diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-02-09 12:02:18 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-02-09 12:02:18 +0000 |
commit | 8a3642bdee1506ba77e3a6051aa498950a2e151f (patch) | |
tree | 2dc650ab66ff98b42d36d416bedc2136654b92bf /configure.in | |
parent | ec048f63365407f01766ef218165280cee805f1a (diff) | |
parent | af45f087e2a08534d1df8ec481d2688d0fbafe7b (diff) |
* merge with matts tree, added documentation for the gpgv stuff
Patches applied:
* apt@packages.debian.org/apt--main--0--patch-59
Open 0.6.32
* apt@packages.debian.org/apt--main--0--patch-60
Merge apt--mvo--0
* apt@packages.debian.org/apt--main--0--patch-61
Add missing whitespace in new Debug::Acquire::gpgv output
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6b57dec27..8c2fcbae6 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.31") +AC_DEFINE_UNQUOTED(VERSION,"0.6.32") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |