]> git.saurik.com Git - apt.git/commitdiff
decrease the libapt-inst major version again to 1.1 as the increase
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 12 Dec 2009 15:52:17 +0000 (16:52 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 12 Dec 2009 15:52:17 +0000 (16:52 +0100)
was a backport error and is not needed (and destroys our non-abi-break hack)

apt-inst/makefile

index c0ff3d8862eaac1bf48fa9028f1b9b6d1574d1f2..18637d749415cae0b63737a38e9b75da61c6f6d1 100644 (file)
@@ -11,7 +11,7 @@ include ../buildlib/defaults.mak
 
 # The library name
 LIBRARY=apt-inst
-MAJOR=1.2
+MAJOR=1.1
 MINOR=0
 SLIBS=$(PTHREADLIB) -lapt-pkg
 APT_DOMAIN:=libapt-inst$(MAJOR)