From: Otavio Salvador Date: Thu, 25 Oct 2007 15:57:05 +0000 (-0200) Subject: Sorry but it fail on tests so it will not be uploaded X-Git-Tag: 0.7.21~215^2~24 X-Git-Url: https://git.hcoop.net/ntk/apt.git/commitdiff_plain/321fc595f99b2e4113bfd2170556085b5005b1f3?hp=86d1b4a902d871094a394976aebb2d29aa9105b4 Sorry but it fail on tests so it will not be uploaded --- diff --git a/configure.in b/configure.in index de2d698b..df446bc5 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.7") +AC_DEFINE_UNQUOTED(VERSION,"0.7.8") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --git a/debian/changelog b/debian/changelog index 71fc196e..f29fc1b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.7.8) unstable; urgency=low +apt (0.7.8) UNRELEASED; urgency=low * Applied patch from Daniel Leidert to fix APT::Acquire::Translation "none" support, closes: #437523.