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 /apt-pkg/makefile | |
parent | eac9121ea9d2b4180399f4b63f88491f8e0f1a8a (diff) |
[ABI break] support '#' in apt.conf and /etc/apt/preferences
(closes: #189866)
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 087f17740..059f8532b 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -13,7 +13,7 @@ include ../buildlib/defaults.mak # methods/makefile - FIXME LIBRARY=apt-pkg LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER) -MAJOR=4.7 +MAJOR=4.8 MINOR=0 SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil APT_DOMAIN:=libapt-pkg$(MAJOR) |