diff options
author | Michael Vogt <egon@bottom> | 2006-08-15 15:18:51 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-08-15 15:18:51 +0200 |
commit | 7610bb3db43c6dd9062cb57c01415022e14f3fc7 (patch) | |
tree | dcafd419018e6edc6e945bb2de958da8d7d2c224 /methods | |
parent | 91142a84b8cf5b3f06947647c032dbbd8a996a36 (diff) | |
parent | 6ea086805714e0dbeecfb5e3e26d3489a624bcd4 (diff) |
* merged the install-recommends branch
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 10fce8bfc..5bd05eae1 100644 --- a/methods/makefile +++ b/methods/makefile @@ -7,7 +7,7 @@ include ../buildlib/defaults.mak BIN := $(BIN)/methods # FIXME.. -LIB_APT_PKG_MAJOR = 4.1 +LIB_APT_PKG_MAJOR = 4.2 APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) # The file method |