summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-02-14 23:06:56 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-02-14 23:06:56 +0000
commit37f6da0fe90ffdb819f16cd9dadde6fe4d15bd7f (patch)
treebffc7ab576b4884ff1555557da1f33746a9e37af /configure.ac
parent3b729d83ddb6b15164391779d6373941ff8d1b72 (diff)
downloadquilt-37f6da0fe90ffdb819f16cd9dadde6fe4d15bd7f.tar.gz
- Stop using bash's =~ operator: older versions don't support it.v0.44
- Bump version to 0.44.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index accdb80..e54b74e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([quilt],[0.43],[quilt-dev@nongnu.org])
+AC_INIT([quilt],[0.44],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)
-AC_REVISION ($Revision: 1.74 $)
+AC_REVISION ($Revision: 1.75 $)
PACKAGE_RELEASE=1
AC_SUBST(PACKAGE_RELEASE)