diff options
author | Michael Vogt <egon@debian-devbox> | 2013-05-08 18:58:29 +0200 |
---|---|---|
committer | Michael Vogt <egon@debian-devbox> | 2013-05-08 18:58:29 +0200 |
commit | 3bd93b6f774db001674da74bc6e316927da20262 (patch) | |
tree | b93179df72ec63244ac4ac0638b511fd96e5f043 | |
parent | c2994dd971919a4337ea00a7aed522ccc82877c1 (diff) |
releasing version 0.9.8
-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 91a157c33..fe2392934 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.9~exp3" +PACKAGE_VERSION="0.9.8" 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 d5ae8448b..6eb44a47c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.9.8) UNRELEASED; urgency=low +apt (0.9.8) unstable; urgency=low [ Ludovico Cavedon ] * properly handle if-modfied-since with libcurl/https @@ -67,7 +67,7 @@ apt (0.9.8) UNRELEASED; urgency=low directive ("DIRECT") in apt.conf - disregard all_proxy environment variable, like other methods - -- Michael Vogt <mvo@debian.org> Mon, 08 Apr 2013 08:43:21 +0200 + -- Michael Vogt <mvo@debian.org> Wed, 08 May 2013 18:43:28 +0200 apt (0.9.7.9~exp2) experimental; urgency=low |