diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 809bafca7..995ca5671 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.7.17~exp2") +AC_DEFINE_UNQUOTED(VERSION,"0.7.17~exp3") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --git a/debian/changelog b/debian/changelog index 566ed4324..925a7b0fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ apt (0.7.17~exp3) experimental; urgency=low * apt-pkg/acquire-item.cc: - - fix a merge modification (done by me) that prevents the - fallback to the uncompressed 'Packages' to work correctly + - fix a merge mistake that prevents the fallback to the + uncompressed 'Packages' to work correctly -- Michael Vogt <mvo@debian.org> Wed, 29 Oct 2008 09:36:24 +0100 |