summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Vogt <egon@tas>2007-01-24 14:42:17 +0100
committerMichael Vogt <egon@tas>2007-01-24 14:42:17 +0100
commit362d29343e5d25248bcd84300aa1b18effe891e7 (patch)
treec00a61e7e519e7b3d43bf7ba794c54e6e5c7d06d /configure.in
parentb47081521b0df1f835a2111254fa1fcd77240a85 (diff)
make the mirror failures actually produce a error message
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 81f327c37..df452ba34 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.46.3")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.46.4")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)