diff options
author | Michael Vogt <mvo@debian.org> | 2009-08-27 15:24:41 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2009-08-27 15:24:41 +0200 |
commit | 97c17a01c7722f08e0cebf938c12a010b96220b7 (patch) | |
tree | 04e58465085d8d6ebda53874e8c4a85b0f052036 /apt-pkg/init.h | |
parent | fe58cbc86638e214fa137166a704fbff798c546a (diff) |
releasing version 0.7.23
Diffstat (limited to 'apt-pkg/init.h')
-rw-r--r-- | apt-pkg/init.h | 2 |
1 files changed, 1 insertions, 1 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; |