diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-11 12:45:33 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-11 12:45:33 +0200 |
commit | 2ae2e04d97028b558bfe954e55a80513e0202889 (patch) | |
tree | 99ac6bd156da462a52926c4dc48f50736b18479b /apt-pkg/init.h | |
parent | be615841e27068522c467899c96c541b74e4c349 (diff) | |
parent | 4ef9a929f1cb74f08f764b321cbea62cbfe025a2 (diff) |
* merged the apt--install-recommends branch
* ABI break, bumped the version number
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 0c6260c2f..b036b8609 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 50 +#define APT_PKG_MINOR 51 #define APT_PKG_RELEASE 0 extern const char *pkgVersion; |