summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-02-20 14:30:45 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-02-20 14:30:45 +0000
commitbd0773bed9c43affd7f0af8b04fa9850bdd588b2 (patch)
tree381c147a8a42ed8f595c0446f8f67fcb31e29ad8 /configure.ac
parent2e083b83410563b1bc5ff8b2379315178ccc7bfd (diff)
downloadquilt-bd0773bed9c43affd7f0af8b04fa9850bdd588b2.tar.gz
- Sub-directory support:
+ Fix another bug that triggers when /patches exists. + Working in sub-directories: Force `quilt new' to always create the new patch in the current working directory even if there is a patches/ sub-directory further up the directory tree. This should restore the behavior from before Jan 28 very well. - quilt files, diff, refresh: Sort the files in the patch alphabetically.
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 eaad403..a43a180 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.30],[quilt-dev@nongnu.org])
+AC_INIT([quilt],[0.31],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)
-AC_REVISION ($Revision: 1.24 $)
+AC_REVISION ($Revision: 1.25 $)
PACKAGE_RELEASE=1
AC_SUBST(PACKAGE_RELEASE)