summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2008-10-01 18:49:37 +0200
committerMichael Vogt <mvo@debian.org>2008-10-01 18:49:37 +0200
commit5634f31af3ddd58171b660e48af18d9cb0939275 (patch)
tree4f76b20d2a4c04685132e58437893deb4844f6bc /configure.in
parent496d5c709d9811f03b70ef0eaf6733c13d2564d2 (diff)
fix typo *sigh*
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 8f6b6a49f..033aa9173 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.7.15~exp1")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.15~exp3")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)