summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2008-10-29 10:09:26 +0100
committerMichael Vogt <mvo@debian.org>2008-10-29 10:09:26 +0100
commitfca67219cce0a38176bdd882ab9b69017942cbf2 (patch)
tree9d19c561a13ac5cfd90a19aed6b780562e87f2f0
parentab48734ffcd5ba0aeb858a8401233cffafe188bb (diff)
upload as 0.7.17~exp3
-rw-r--r--configure.in2
-rw-r--r--debian/changelog4
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