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 /apt-pkg/init.h | |
parent | 68acfb437f0c6c2e026be6fd3b7da3fc8d64c523 (diff) |
* fix in the pkgRecords destructor
* Bump ABI version
Diffstat (limited to 'apt-pkg/init.h')
-rw-r--r-- | apt-pkg/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/init.h b/apt-pkg/init.h index 0e91f164d..905173a7a 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 52 +#define APT_PKG_MINOR 53 #define APT_PKG_RELEASE 0 extern const char *pkgVersion; |