summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2020-02-18 12:35:06 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2020-02-18 12:37:21 +0100
commit4cf64a718f5630f8fcee8989f5ab1b88bb1932a7 (patch)
treed2b96ca7db1a31f5feef7167ca5739a2bf883927 /apt-pkg/contrib
parentdea9a6e3634f674050e525650cf8e7803f62d1da (diff)
Bump ABI to 6.0
Diffstat (limited to 'apt-pkg/contrib')
-rw-r--r--apt-pkg/contrib/macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/contrib/macros.h b/apt-pkg/contrib/macros.h
index 7e42092f6..689d86578 100644
--- a/apt-pkg/contrib/macros.h
+++ b/apt-pkg/contrib/macros.h
@@ -116,8 +116,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 5
-#define APT_PKG_MINOR 90
+#define APT_PKG_MAJOR 6
+#define APT_PKG_MINOR 0
#define APT_PKG_RELEASE 0
#define APT_PKG_ABI ((APT_PKG_MAJOR * 100) + APT_PKG_MINOR)