summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-10 16:46:30 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-10 16:46:30 +0000
commitc5691ddf15797bead5d77021ee0524635798bebb (patch)
treec36d42b4b2c01d6582a22d2fa4083f07777f3b75 /configure.in
parent610a00396d7bb5c9412cdecdc645be2f54a7188b (diff)
parent927c393f1305925c1456c931e1e7b45afd6f051d (diff)
* fix http data corruption (#280844)
Patches applied: * mvo@debian.org--2005/apt--debian-experimental--0--patch-12 * added http data corruption fix patch (#280844)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b975031e5..0d80e5ed9 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.1")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.43.2")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)