diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-06-09 17:33:22 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-06-09 17:33:22 +0200 |
commit | 81e9789b12374073e848c73c79e235f82c14df44 (patch) | |
tree | 419a706fb1a4544cdab44dbd2fd3bf3fcd76ba35 /methods | |
parent | eac9121ea9d2b4180399f4b63f88491f8e0f1a8a (diff) |
[ABI break] support '#' in apt.conf and /etc/apt/preferences
(closes: #189866)
Diffstat (limited to 'methods')
-rw-r--r-- | methods/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/makefile b/methods/makefile index 78bdbc96f..589f9fa1c 100644 --- a/methods/makefile +++ b/methods/makefile @@ -7,7 +7,7 @@ include ../buildlib/defaults.mak BIN := $(BIN)/methods # FIXME.. -LIB_APT_PKG_MAJOR = 4.7 +LIB_APT_PKG_MAJOR = 4.8 APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) # The file method |