diff options
author | Michael Vogt <egon@debian-devbox> | 2012-12-13 10:01:52 +0100 |
---|---|---|
committer | Michael Vogt <egon@debian-devbox> | 2012-12-13 10:01:52 +0100 |
commit | ee5505af11ee4708704a296bddac5120314ef37a (patch) | |
tree | 06c780ee91cd09fea768261bf3fcc98aba18883e | |
parent | da81265b37adfe79ed6ee900a85a35fce08e9a72 (diff) |
releasing version 0.9.7.7
-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 a5a2347c0..be3634abe 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.6" +PACKAGE_VERSION="0.9.7.7" 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 915c25f42..891c4f9da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.9.7.7) UNRELEASED; urgency=low +apt (0.9.7.7) unstable; urgency=low [ Program translation updates ] * Catalan (Jordi Mallach) @@ -31,7 +31,7 @@ apt (0.9.7.7) UNRELEASED; urgency=low * apt-pkg/algorithms.cc: - fix package-pointer array memory leak in ResolveByKeepInternal() - -- Michael Vogt <mvo@debian.org> Tue, 04 Dec 2012 15:57:01 +0100 + -- Michael Vogt <mvo@debian.org> Thu, 13 Dec 2012 09:52:19 +0100 apt (0.9.7.6) unstable; urgency=low diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 6945c8d34..98d864818 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.6"> +<!ENTITY apt-product-version "0.9.7.7"> <!-- Codenames for debian releases --> <!ENTITY oldstable-codename "squeeze"> |