summaryrefslogtreecommitdiff
path: root/apt-pkg/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-11-22 19:34:02 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-11-22 19:34:02 +0000
commit46e00f9d71300f3a80a4a311e369e64a48ce396f (patch)
tree4d6deaf2b5453dabf796e82ee2d02658a3c42d07 /apt-pkg/makefile
parent71a174eec0debaed2159b043ff6ef81cd618408b (diff)
* ABI change: merged more flexible pkgAcquireFile code
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r--apt-pkg/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile
index 8de7d945e..0e6aecc65 100644
--- a/apt-pkg/makefile
+++ b/apt-pkg/makefile
@@ -13,7 +13,7 @@ include ../buildlib/defaults.mak
# methods/makefile - FIXME
LIBRARY=apt-pkg
LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
-MAJOR=3.10
+MAJOR=3.11
MINOR=0
SLIBS=$(PTHREADLIB) $(INTLLIBS)
APT_DOMAIN:=libapt-pkg$(MAJOR)