diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-11 12:45:33 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-11 12:45:33 +0200 |
commit | 2ae2e04d97028b558bfe954e55a80513e0202889 (patch) | |
tree | 99ac6bd156da462a52926c4dc48f50736b18479b /apt-pkg/makefile | |
parent | be615841e27068522c467899c96c541b74e4c349 (diff) | |
parent | 4ef9a929f1cb74f08f764b321cbea62cbfe025a2 (diff) |
* merged the apt--install-recommends branch
* ABI break, bumped the version number
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 d03a19182..6cc1414b2 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=3.50 +MAJOR=3.51 MINOR=0 SLIBS=$(PTHREADLIB) $(INTLLIBS) APT_DOMAIN:=libapt-pkg$(MAJOR) |