summaryrefslogtreecommitdiff
path: root/apt-pkg/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-02-21 09:59:53 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-02-21 09:59:53 +0100
commitd715b9c969264eec96913b577f63a3e9e498b2e6 (patch)
tree414ba9bfb572ce0243c1ec7ae180b57702d94bd4 /apt-pkg/makefile
parent68acfb437f0c6c2e026be6fd3b7da3fc8d64c523 (diff)
* fix in the pkgRecords destructor
* Bump ABI version
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 10b012774..d36747d85 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.52
+MAJOR=3.53
MINOR=0
SLIBS=$(PTHREADLIB) $(INTLLIBS)
APT_DOMAIN:=libapt-pkg$(MAJOR)