summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2009-08-27 15:24:41 +0200
committerMichael Vogt <mvo@debian.org>2009-08-27 15:24:41 +0200
commit97c17a01c7722f08e0cebf938c12a010b96220b7 (patch)
tree04e58465085d8d6ebda53874e8c4a85b0f052036 /apt-pkg
parentfe58cbc86638e214fa137166a704fbff798c546a (diff)
releasing version 0.7.230.7.23
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/init.h2
-rw-r--r--apt-pkg/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/init.h b/apt-pkg/init.h
index 165299253..44d1d107c 100644
--- a/apt-pkg/init.h
+++ b/apt-pkg/init.h
@@ -19,7 +19,7 @@
// See the makefile
#define APT_PKG_MAJOR 4
#define APT_PKG_MINOR 8
-#define APT_PKG_RELEASE 0
+#define APT_PKG_RELEASE 1
extern const char *pkgVersion;
extern const char *pkgLibVersion;
diff --git a/apt-pkg/makefile b/apt-pkg/makefile
index 679d97e70..7816ecf0d 100644
--- a/apt-pkg/makefile
+++ b/apt-pkg/makefile
@@ -14,7 +14,7 @@ include ../buildlib/defaults.mak
LIBRARY=apt-pkg
LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
MAJOR=4.8
-MINOR=0
+MINOR=1
SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil -ldl
APT_DOMAIN:=libapt-pkg$(MAJOR)