From 423903f9095b4e447b738715e460cb9319a44c2e Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sun, 17 Oct 2004 20:42:30 +0000 Subject: - When applying a patch with -q and without -f no (individual) reject files are created, and the "patching file" comments are missing as well. In that case, we don't know wich files the "-- saving rejects to file /tmp/foo" comments belong to, and we can't fic them up. Remove them, instead. - Pop command: Touch files after they are restored so that tools like make don't get confused. - Update test cases. - Bump to version 0.37. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f905c43..91e1b8e 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.36],[quilt-dev@nongnu.org]) +AC_INIT([quilt],[0.37],[quilt-dev@nongnu.org]) AC_CONFIG_AUX_DIR(config) AC_PREREQ(2.53) -AC_REVISION ($Revision: 1.31 $) +AC_REVISION ($Revision: 1.32 $) PACKAGE_RELEASE=1 AC_SUBST(PACKAGE_RELEASE) -- cgit