diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 56eeaccbe..e7ef002cc 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) PACKAGE="apt" -PACKAGE_VERSION="0.9.7.1" +PACKAGE_VERSION="0.9.7.2" PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION") diff --git a/debian/changelog b/debian/changelog index 085bec207..259599c47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.9.7.2) UNRELEASED; urgency=low +apt (0.9.7.2) unstable; urgency=low [ Manpages translation updates ] @@ -40,7 +40,7 @@ apt (0.9.7.2) UNRELEASED; urgency=low are different (in the first part, which we omit in our tuples), so e.g. build-dep restrictions for armel ended up effecting armhf as well - -- David Kalnischkies <kalnischkies@gmail.com> Sun, 01 Jul 2012 08:20:57 +0200 + -- Michael Vogt <mvo@debian.org> Fri, 13 Jul 2012 21:33:56 +0200 apt (0.9.7.1) unstable; urgency=low diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index d69087db3..0cc24a254 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -213,7 +213,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "0.9.7.1"> +<!ENTITY apt-product-version "0.9.7.2"> <!-- Codenames for debian releases --> <!ENTITY oldstable-codename "lenny"> |