diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-03 22:02:41 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-03 22:02:41 +0200 |
commit | e9afbeb9df95b582aac76bb44b5ae2b766ab8fd5 (patch) | |
tree | bca5e0983e12e1908827b161e063ec2df7390cf2 /methods/makefile | |
parent | b7952f4b67d7021dc912aed5f38bc45f03bfc064 (diff) | |
parent | 6b6afec3673bd1685e62a5c4b1803531a44add82 (diff) |
* merged the debian--auto-mark patch
* updated the library soname
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 1e3b1ef85..03a424411 100644 --- a/methods/makefile +++ b/methods/makefile @@ -7,7 +7,7 @@ include ../buildlib/defaults.mak BIN := $(BIN)/methods # FIXME.. -LIB_APT_PKG_MAJOR = 3.11 +LIB_APT_PKG_MAJOR = 3.50 APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) # The file method |