diff options
-rw-r--r-- | apt-pkg/contrib/macros.h | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/libapt-pkg4.14.install.in (renamed from debian/libapt-pkg4.13.install.in) | 0 | ||||
-rw-r--r-- | debian/libapt-pkg4.14.symbols (renamed from debian/libapt-pkg4.13.symbols) | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/apt-pkg/contrib/macros.h b/apt-pkg/contrib/macros.h index b268ce24c..a0573398d 100644 --- a/apt-pkg/contrib/macros.h +++ b/apt-pkg/contrib/macros.h @@ -138,7 +138,7 @@ // Non-ABI-Breaks should only increase RELEASE number. // See also buildlib/libversion.mak #define APT_PKG_MAJOR 4 -#define APT_PKG_MINOR 13 +#define APT_PKG_MINOR 14 #define APT_PKG_RELEASE 0 #endif diff --git a/debian/control b/debian/control index 104c6e5e2..0ff611dcd 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Description: commandline package manager * apt-config as an interface to the configuration settings * apt-key as an interface to manage authentication keys -Package: libapt-pkg4.13 +Package: libapt-pkg4.14 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} diff --git a/debian/libapt-pkg4.13.install.in b/debian/libapt-pkg4.14.install.in index 56bed39d3..56bed39d3 100644 --- a/debian/libapt-pkg4.13.install.in +++ b/debian/libapt-pkg4.14.install.in diff --git a/debian/libapt-pkg4.13.symbols b/debian/libapt-pkg4.14.symbols index 0f5ce5735..da01621c7 100644 --- a/debian/libapt-pkg4.13.symbols +++ b/debian/libapt-pkg4.14.symbols @@ -1,4 +1,4 @@ -libapt-pkg.so.4.13 libapt-pkg4.13 #MINVER# +libapt-pkg.so.4.14 libapt-pkg4.14 #MINVER# * Build-Depends-Package: libapt-pkg-dev TFRewritePackageOrder@Base 0.8.0 TFRewriteSourceOrder@Base 0.8.0 |