]> git.saurik.com Git - apt.git/commitdiff
Set version to 0.7.22.1.
authorJulian Andres Klode <jak@debian.org>
Mon, 3 Aug 2009 11:34:39 +0000 (13:34 +0200)
committerJulian Andres Klode <jak@debian.org>
Mon, 3 Aug 2009 11:34:39 +0000 (13:34 +0200)
configure.in
debian/changelog

index 48b1def5c0a4535f6d7d2536bc32ecaa3dc029da..9131e2fbe41a3452228010c1c17cd6ab898eedcb 100644 (file)
@@ -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.21")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.22.1")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
index 2e49237407640b246ce5b886da2bae3c30b7eff3..646bf745cf4c2baad96bf8360ddafa4c969e4ea3 100644 (file)
@@ -1,9 +1,9 @@
-apt (0.7.23) unstable; urgency=low
+apt (0.7.22.1) unstable; urgency=low
 
   [ Michael Vogt ]
   * cmdline/apt-get.cc:
     - honor APT::Get::Only-Source properly in FindSrc() (thanks to
-      Martin Pitt for reporting the problem)
+      Martin Pitt for reporting the problem), also Closes: #535362.
 
   [ Julian Andres Klode ]
   * apt-pkg/contrib/mmap.cc: