Michael Vogt пре 17 година
родитељ
комит
fca67219cc
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      configure.in
  2. 2 2
      debian/changelog

+ 1 - 1
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)

+ 2 - 2
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