summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-06-07 10:06:45 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-06-07 10:06:45 +0200
commitf8477782df203e1998a8704e71a1a3cc699e9e3a (patch)
tree0f24d940ae85e2656d2c96d5394daeeb9bc6ec29 /apt-pkg
parent614adaa09f9f24dccd9e2e8bb4eb00d17285c92e (diff)
* doc/examples/configure-index:
- document the new features * apt-pkg/init.h, apt-pkg/makefile, methods/makefile: - we break the ABI, record this
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/init.h2
-rw-r--r--apt-pkg/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/init.h b/apt-pkg/init.h
index 8255b406a..b584b2cce 100644
--- a/apt-pkg/init.h
+++ b/apt-pkg/init.h
@@ -18,7 +18,7 @@
// See the makefile
#define APT_PKG_MAJOR 3
-#define APT_PKG_MINOR 11
+#define APT_PKG_MINOR 12
#define APT_PKG_RELEASE 0
extern const char *pkgVersion;
diff --git a/apt-pkg/makefile b/apt-pkg/makefile
index 0e6aecc65..ab0ff8005 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.11
+MAJOR=3.12
MINOR=0
SLIBS=$(PTHREADLIB) $(INTLLIBS)
APT_DOMAIN:=libapt-pkg$(MAJOR)