X-Git-Url: https://git.saurik.com/apt-legacy.git/blobdiff_plain/d1238c914321ad94e5b1d30c1bdfdfcbe44e86d6..0e5943eb0a997df086e7e1458873c9274a2d781e:/apt-pkg/init.h?ds=inline diff --git a/apt-pkg/init.h b/apt-pkg/init.h index 6d8693b..0f53d4c 100644 --- a/apt-pkg/init.h +++ b/apt-pkg/init.h @@ -16,7 +16,11 @@ #include #include -// 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_RELEASE 0