diff options
author | Julian Andres Klode <jak@debian.org> | 2009-08-03 13:34:39 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2009-08-03 13:34:39 +0200 |
commit | 05ecd9b6027842cbdbc461b0eeb48c74bc8accbe (patch) | |
tree | bc4b6000bc2f8a3c616a1d77c0f65d64977e9f58 | |
parent | 48778d1198eb37dca437a878cd0b97a7cfb4e32e (diff) |
Set version to 0.7.22.1.
-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 48b1def5c..9131e2fbe 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.21") +AC_DEFINE_UNQUOTED(VERSION,"0.7.22.1") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --git a/debian/changelog b/debian/changelog index 2e4923740..646bf745c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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: |