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 /apt-pkg/makefile | |
parent | f814fbf4f2c78e3b9ceeeaba3cb93ed0ebbc7943 (diff) |
[ABI break] merge support for http redirects, thanks to
Jeff Licquia and Anthony Towns
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 1b78c94f6..087f17740 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.6 +MAJOR=4.7 MINOR=0 SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil APT_DOMAIN:=libapt-pkg$(MAJOR) |