From f8ad6f9b0dbcef95d3bbbe6481d3e10e9ed684d0 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 6 Sep 2005 09:40:22 +0000 Subject: [PATCH] * dont bump the soname, it doesn't break the abi! --- apt-pkg/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2