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-inst/makefile | |
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-inst/makefile')
-rw-r--r-- | apt-inst/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-inst/makefile b/apt-inst/makefile index abc8c3fd9..785dc62ba 100644 --- a/apt-inst/makefile +++ b/apt-inst/makefile @@ -14,7 +14,7 @@ include ../buildlib/libversion.mak # The library name LIBRARY=apt-inst -MAJOR=1.1 +MAJOR=1.2 MINOR=0 SLIBS=$(PTHREADLIB) -lapt-pkg APT_DOMAIN:=libapt-inst$(MAJOR) |