diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-05-06 16:07:36 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-05-06 16:07:36 +0200 |
commit | c743224c3b6ba9b7a0be4245d2d48379d66d0be3 (patch) | |
tree | d753643f54732d24e115082491493ccdad0a4ba2 /apt-pkg/contrib | |
parent | d49cefd617fa9fdb9f38e7d8328bfbbd2f29a9c4 (diff) |
Change soname to libapt-pkg.so.5.90
This is a bit experimental, and we'll go through a few stages
before reaching libapt-pkg.so.6.0.
Diffstat (limited to 'apt-pkg/contrib')
-rw-r--r-- | apt-pkg/contrib/macros.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/contrib/macros.h b/apt-pkg/contrib/macros.h index f15625a4c..3648390ce 100644 --- a/apt-pkg/contrib/macros.h +++ b/apt-pkg/contrib/macros.h @@ -165,8 +165,8 @@ // reverse-dependencies of libapt-pkg against the new SONAME. // Non-ABI-Breaks should only increase RELEASE number. // See also buildlib/libversion.mak -#define APT_PKG_MAJOR 6 -#define APT_PKG_MINOR 0 +#define APT_PKG_MAJOR 5 +#define APT_PKG_MINOR 90 #define APT_PKG_RELEASE 0 #define APT_PKG_ABI ((APT_PKG_MAJOR * 100) + APT_PKG_MINOR) |