summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:04:57 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:04:57 +0000
commit345e8fd09a6685c17031cd9d4788174f6d8cf19d (patch)
tree04ebe47fa002f0fec1bddcd85e223336e60eea69 /configure.in
parent4c36e0626ecaa9585a55f595db477b5e6e6f669c (diff)
* Patch from Oliver Kurth <oku@masqmail.cx> to use AC_C...
Author: mdz Date: 2004-01-09 07:42:54 GMT * Patch from Oliver Kurth <oku@masqmail.cx> to use AC_CACHE_VAL for GIBC_VER to make cross-compilation easier (Closes: #221528)
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 ee936a3a7..e35f5450f 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,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.5.20")
+AC_DEFINE_UNQUOTED(VERSION,"0.5.21")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)