summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-03-15 11:46:14 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-03-15 11:46:14 +0000
commit1d85c6f4bfed97c9caf46aad443790a9b434fd20 (patch)
treeeab8e9e493b6b591950739393c97f94a245cc944 /configure.in
parent01717245170c1fbb8080a9737f1da70877e302e8 (diff)
* ignore time conflicts on apt-key update (this is used at install time when the clock may be totally broken)
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 8c2fcbae6..3c5d6d69d 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.32")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.35")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)