diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-09-06 09:40:22 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-09-06 09:40:22 +0000 |
commit | f8ad6f9b0dbcef95d3bbbe6481d3e10e9ed684d0 (patch) | |
tree | 25edd38ceb9a10f66f03710eae5a58d92475b90f /apt-pkg | |
parent | 8bbf85bf0561b8f2fad4bab82b230d4d5e13dd1f (diff) |
* dont bump the soname, it doesn't break the abi!
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 0e6aecc65..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.11 +MAJOR=3.10 MINOR=0 SLIBS=$(PTHREADLIB) $(INTLLIBS) APT_DOMAIN:=libapt-pkg$(MAJOR) |