]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/init.h
apt-pkg/pkgcachegen.cc: fix compiler error
[apt.git] / apt-pkg / init.h
index 6d8693be9879eaf2c929c2a8be9f8ae2d7c36d36..6b92dd200bdcbfe82552034580115a54c830d3e1 100644 (file)
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/pkgsystem.h>
 
-// See the makefile
+// These lines are extracted by the makefiles and the buildsystem
+// Increasing MAJOR or MINOR results in the need of recompiling all
+// 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 6
+#define APT_PKG_MINOR 11
 #define APT_PKG_RELEASE 0
     
 extern const char *pkgVersion;