]> git.saurik.com Git - apt.git/commitdiff
* dont bump the soname, it doesn't break the abi!
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 6 Sep 2005 09:40:22 +0000 (09:40 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 6 Sep 2005 09:40:22 +0000 (09:40 +0000)
apt-pkg/makefile

index 0e6aecc65c26e6a231f824d0921c729a9b4a5d4e..8de7d945e2e388efdfbe144c0a00b16a6a9e11b2 100644 (file)
@@ -13,7 +13,7 @@ include ../buildlib/defaults.mak
 # methods/makefile - FIXME
 LIBRARY=apt-pkg
 LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
-MAJOR=3.11
+MAJOR=3.10
 MINOR=0
 SLIBS=$(PTHREADLIB) $(INTLLIBS)
 APT_DOMAIN:=libapt-pkg$(MAJOR)