diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-21 09:59:53 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-21 09:59:53 +0100 |
commit | d715b9c969264eec96913b577f63a3e9e498b2e6 (patch) | |
tree | 414ba9bfb572ce0243c1ec7ae180b57702d94bd4 /methods/makefile | |
parent | 68acfb437f0c6c2e026be6fd3b7da3fc8d64c523 (diff) |
* fix in the pkgRecords destructor
* Bump ABI version
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/makefile b/methods/makefile index d66ba11e3..610bd5b49 100644 --- a/methods/makefile +++ b/methods/makefile @@ -7,7 +7,7 @@ include ../buildlib/defaults.mak BIN := $(BIN)/methods # FIXME.. -LIB_APT_PKG_MAJOR = 3.52 +LIB_APT_PKG_MAJOR = 3.53 APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) # The file method |