summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2005-10-17 16:18:39 +0000
committerMichael Vogt <mvo@debian.org>2005-10-17 16:18:39 +0000
commit8e96e47fa4db36c4e3bb6da6cfee685ff6a4aa76 (patch)
tree56fd6fafa9c6a9cf43010cfa55d875e6c9024469
parent062fe4b826a806648979748b424509cb08a3e2cf (diff)
parent66aafd44ba32466ed2d30939ba7371ea6155e191 (diff)
* merged with ddtp
Patches applied: * michael.vogt@ubuntu.com--2005/apt--ddtp--0--patch-16 * update soname
-rw-r--r--apt-pkg/makefile2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile
index 8de7d945e..0e6aecc65 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.10
+MAJOR=3.11
MINOR=0
SLIBS=$(PTHREADLIB) $(INTLLIBS)
APT_DOMAIN:=libapt-pkg$(MAJOR)
diff --git a/configure.in b/configure.in
index 87dac8e47..805056e91 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib)
AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.6.41.1")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.41.0exp1")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)