From c743224c3b6ba9b7a0be4245d2d48379d66d0be3 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 6 May 2019 16:07:36 +0200 Subject: 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. --- apt-pkg/contrib/macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg') 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) -- cgit v1.2.3