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 /methods/makefile | |
parent | be615841e27068522c467899c96c541b74e4c349 (diff) | |
parent | 4ef9a929f1cb74f08f764b321cbea62cbfe025a2 (diff) |
* merged the apt--install-recommends branch
* ABI break, bumped the version number
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 03a424411..2e3abe55c 100644 --- a/methods/makefile +++ b/methods/makefile @@ -7,7 +7,7 @@ include ../buildlib/defaults.mak BIN := $(BIN)/methods # FIXME.. -LIB_APT_PKG_MAJOR = 3.50 +LIB_APT_PKG_MAJOR = 3.51 APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) # The file method |