summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2005-10-23 11:12:54 +0000
committerMichael Vogt <mvo@debian.org>2005-10-23 11:12:54 +0000
commit927c393f1305925c1456c931e1e7b45afd6f051d (patch)
tree08e78830e218a42d0922c2853f29ca1bdb9984db /configure.in
parent05d82b584c7e29b14325feca1003f76106e27683 (diff)
* 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 758727f2f..5ac3b0d8a 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.42.1")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.42.1exp1")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)