summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-04-29 07:35:01 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-04-29 07:35:01 +0000
commit91ed79af633e79fedc96a8bd8f2e18ed82a7198a (patch)
tree8f0c05a10b41c582ade9d3548df5744b2317cb6e
parent8fb26ce873bf6105b85352deb3b5a31eaff0df6f (diff)
downloadquilt-91ed79af633e79fedc96a8bd8f2e18ed82a7198a.tar.gz
- Bump version to 0.40.v0.40
-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