]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/macros.h
change to libapt-pkg abi 5.0 with versioned symbols
[apt.git] / apt-pkg / contrib / macros.h
index 367a6a75b3d8cfea6eb6dcbac6ed193f9b03d1e7..afa385c75cfaf9e0b5b0cacae69d89e85d960c2b 100644 (file)
 // 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 4
-#define APT_PKG_MINOR 15
+#define APT_PKG_MAJOR 5
+#define APT_PKG_MINOR 0
 #define APT_PKG_RELEASE 0
 #define APT_PKG_ABI ((APT_PKG_MAJOR * 100) + APT_PKG_MINOR)