diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-06-28 09:16:51 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-06-28 09:16:51 +0000 |
commit | be65f52793235fa0419af5bb6c867da28506c227 (patch) | |
tree | 59f68c948526e86d139bd08ec977cf1e7030b024 /apt-pkg | |
parent | 120365cee294d00706928b0327ac755ab3448eca (diff) |
* bumped the library version
Diffstat (limited to 'apt-pkg')
-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 5f48f0f52..8de7d945e 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.9 +MAJOR=3.10 MINOR=0 SLIBS=$(PTHREADLIB) $(INTLLIBS) APT_DOMAIN:=libapt-pkg$(MAJOR) |