diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-18 01:37:59 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-18 01:37:59 +0100 |
commit | 44c8b5dff8871485d071f92cd154dc1c14c3c015 (patch) | |
tree | ed2e581efaea6e35170596ed701c943b5ba5ac2d /apt-pkg | |
parent | d9dedf304b384763278f5b39aa0dc29e112185c3 (diff) |
we break the ABI, so let use increase the ABI number :)
(This is the revert of the glibc-abi-compatibility-hack)
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/init.h b/apt-pkg/init.h index f0757f644..b3e4b147f 100644 --- a/apt-pkg/init.h +++ b/apt-pkg/init.h @@ -22,7 +22,7 @@ // Non-ABI-Breaks should only increase RELEASE number. // See also buildlib/libversion.mak #define APT_PKG_MAJOR 4 -#define APT_PKG_MINOR 8 +#define APT_PKG_MINOR 9 #define APT_PKG_RELEASE 0 extern const char *pkgVersion; |