summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--quilt.changes1
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8202f85..bf369be 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.39],[quilt-dev@nongnu.org])
+AC_INIT([quilt],[0.40],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)
-AC_REVISION ($Revision: 1.34 $)
+AC_REVISION ($Revision: 1.35 $)
PACKAGE_RELEASE=1
AC_SUBST(PACKAGE_RELEASE)
diff --git a/quilt.changes b/quilt.changes
index bf13279..b7aee64 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -3,6 +3,7 @@ Fri Apr 29 09:25:14 CEST 2005 - agruen@suse.de
- Add trailing-whitespace check an --strip-trailing-whitespace
option to the refresh command.
+- Bump version to 0.40.
-------------------------------------------------------------------
Wed Apr 20 00:02:39 CEST 2005 - agruen@suse.de