]> git.saurik.com Git - apt.git/commitdiff
* revert the api
authorMichael Vogt <egon@bottom>
Tue, 24 Apr 2007 22:33:56 +0000 (00:33 +0200)
committerMichael Vogt <egon@bottom>
Tue, 24 Apr 2007 22:33:56 +0000 (00:33 +0200)
apt-pkg/init.h
apt-pkg/makefile
configure.in
methods/makefile

index b584b2cce3ad3bd4454753a1163b8f9427209fe3..8255b406a6bd65d694ef7cdd68d2adda2ad6b54b 100644 (file)
@@ -18,7 +18,7 @@
 
 // See the makefile
 #define APT_PKG_MAJOR 3
-#define APT_PKG_MINOR 12
+#define APT_PKG_MINOR 11
 #define APT_PKG_RELEASE 0
     
 extern const char *pkgVersion;
index c493d3dd9c66589d48a02754cf0659de8f19e922..7e5feae53b4b11082c1d3973bab0772c5ce7085d 100644 (file)
@@ -13,7 +13,7 @@ include ../buildlib/defaults.mak
 # methods/makefile - FIXME
 LIBRARY=apt-pkg
 LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
-MAJOR=3.12
+MAJOR=3.11
 MINOR=0
 SLIBS=$(PTHREADLIB) $(INTLLIBS)
 APT_DOMAIN:=libapt-pkg$(MAJOR)
index c7bf253d19113b464ad94d6f710836e6fc364c72..d6755769e84e6397aada068f6cb9e50ac79d122b 100644 (file)
@@ -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.46.5")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.47")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
index fdead999a91cab644299ab3ac96ccf679dcb017f..d0b5a28c0210cadb478b2cb78a315b11943c2891 100644 (file)
@@ -7,7 +7,7 @@ include ../buildlib/defaults.mak
 BIN := $(BIN)/methods
 
 # FIXME..
-LIB_APT_PKG_MAJOR = 3.12
+LIB_APT_PKG_MAJOR = 3.11
 APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR)
 
 # The file method