diff options
author | Michael Vogt <egon@bottom> | 2006-06-26 16:06:38 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-06-26 16:06:38 +0200 |
commit | f983dc86621eb7b0554efc4b35091179c3fdb72d (patch) | |
tree | 7b3c0274eacdc0fb14fd9cd4ac9f93ca498986f1 /methods/makefile | |
parent | dfa8d6b21806c76df2e53555c577e8d2029186c4 (diff) | |
parent | 6b6afec3673bd1685e62a5c4b1803531a44add82 (diff) |
* merged the auto-remove branch
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 03146d1bc..10fce8bfc 100644 --- a/methods/makefile +++ b/methods/makefile @@ -7,7 +7,7 @@ include ../buildlib/defaults.mak BIN := $(BIN)/methods # FIXME.. -LIB_APT_PKG_MAJOR = 4.0 +LIB_APT_PKG_MAJOR = 4.1 APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) # The file method |