diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-10-17 16:13:03 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-10-17 16:13:03 +0000 |
commit | 66aafd44ba32466ed2d30939ba7371ea6155e191 (patch) | |
tree | 4996c0448869a388d2c378247a0fc0189eda588a /methods | |
parent | 422eeaaadf17904bf2f08cdf9e8998bec645097c (diff) |
* update soname
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 06fd2a6fc..1e3b1ef85 100644 --- a/methods/makefile +++ b/methods/makefile @@ -7,7 +7,7 @@ include ../buildlib/defaults.mak BIN := $(BIN)/methods # FIXME.. -LIB_APT_PKG_MAJOR = 3.10 +LIB_APT_PKG_MAJOR = 3.11 APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) # The file method |