diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-01-19 08:27:20 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-01-19 08:27:20 +0000 |
commit | c36a6abe1132a8dd7c6367b2f75d010b4df13627 (patch) | |
tree | bd21a89330bebd91281e598e0eb6b816d73a438a /apt-pkg/makefile | |
parent | 007dc9e082687e65a7ed89fc416bab05eaa5f96f (diff) |
Increment libapt-pkg version
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 e62a7efd5..41045f91a 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.7 +MAJOR=3.8 MINOR=0 SLIBS=$(PTHREADLIB) $(INTLLIBS) APT_DOMAIN:=libapt-pkg$(MAJOR) |