diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-06-07 10:06:45 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-06-07 10:06:45 +0200 |
commit | f8477782df203e1998a8704e71a1a3cc699e9e3a (patch) | |
tree | 0f24d940ae85e2656d2c96d5394daeeb9bc6ec29 /methods | |
parent | 614adaa09f9f24dccd9e2e8bb4eb00d17285c92e (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 'methods')
-rw-r--r-- | methods/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/makefile b/methods/makefile index 1e3b1ef85..3f561a2c3 100644 --- a/methods/makefile +++ b/methods/makefile @@ -7,7 +7,7 @@ include ../buildlib/defaults.mak BIN := $(BIN)/methods # FIXME.. -LIB_APT_PKG_MAJOR = 3.11 +LIB_APT_PKG_MAJOR = 3.12 APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) # The file method |