diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-30 20:55:20 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-30 20:55:20 +0100 |
commit | 15d7e51550327bf49b95372f84bd0de4e896e7d7 (patch) | |
tree | 06e4ff4732fd8984da57a95c324f5109e47eb73d /methods/makefile | |
parent | f814fbf4f2c78e3b9ceeeaba3cb93ed0ebbc7943 (diff) |
[ABI break] merge support for http redirects, thanks to
Jeff Licquia and Anthony Towns
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 d9481dbcc..78bdbc96f 100644 --- a/methods/makefile +++ b/methods/makefile @@ -7,7 +7,7 @@ include ../buildlib/defaults.mak BIN := $(BIN)/methods # FIXME.. -LIB_APT_PKG_MAJOR = 4.6 +LIB_APT_PKG_MAJOR = 4.7 APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) # The file method |