diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-19 10:34:50 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-19 10:34:50 +0000 |
commit | 99d5b2609cf6662b267906f351e8345fad78025f (patch) | |
tree | a5ce7e2513699a4a3a5e11ac2435585c3b95cccb | |
parent | 9f168dd5006886ad8725339322a61c1c9a907f32 (diff) | |
parent | 011d9176844e1817f1dc64cf61c375ab77646d0e (diff) |
* merged with apt--mvo
Patches applied:
* mvo@debian.org--2005/apt--debian-sid--0--patch-18
* merged with apt--mvo
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 0d80e5ed9..8d4b99904 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.6.43.2") +AC_DEFINE_UNQUOTED(VERSION,"0.6.43.3") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --git a/debian/changelog b/debian/changelog index 46ab68da5..3c3fbb4a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,7 +19,7 @@ apt (0.6.43.2) unstable; urgency=low * add patch to fix http download corruption problem (thanks to Petr Vandrovec, closes: #280844, #290694) - -- + -- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2006 00:06:33 +0100 apt (0.6.43.1) unstable; urgency=low |