summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <martin.quinson@loria.fr>2014-05-07 19:55:24 +0200
committerMartin Quinson <martin.quinson@loria.fr>2014-05-07 20:15:31 +0200
commit27dc6504fe9727704c359ac04641a893bde0a0ce (patch)
tree8a4d05d9818507b02c0ccb6e9209cdc15a81b4a5
parent56a4fc4d0e77ab4ca5e8a78f9fc97017889b423b (diff)
downloadquilt-0.62.tar.gz
Set version to 0.62v0.62
-rw-r--r--NEWS2
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index bad1e5b..b7a8956 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 0.62 (not released yet)
+Version 0.62 (Wed May 07 2014)
- New NEWS file, containing a human-readable changelog
- Option -E is no longer passed to patch by default
- Huge performance improvement (e.g., for commands series, applied and unapplied)
diff --git a/configure b/configure
index 90a55cd..b1dd97f 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for quilt 0.61.
+# Generated by GNU Autoconf 2.69 for quilt 0.62.
#
# Report bugs to <quilt-dev@nongnu.org>.
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='quilt'
PACKAGE_TARNAME='quilt'
-PACKAGE_VERSION='0.61'
-PACKAGE_STRING='quilt 0.61'
+PACKAGE_VERSION='0.62'
+PACKAGE_STRING='quilt 0.62'
PACKAGE_BUGREPORT='quilt-dev@nongnu.org'
PACKAGE_URL=''
@@ -1232,7 +1232,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures quilt 0.61 to adapt to many kinds of systems.
+\`configure' configures quilt 0.62 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1293,7 +1293,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of quilt 0.61:";;
+ short | recursive ) echo "Configuration of quilt 0.62:";;
esac
cat <<\_ACEOF
@@ -1399,7 +1399,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-quilt configure 0.61
+quilt configure 0.62
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1416,7 +1416,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by quilt $as_me 0.61, which was
+It was created by quilt $as_me 0.62, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -5077,7 +5077,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by quilt $as_me 0.61, which was
+This file was extended by quilt $as_me 0.62, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5130,7 +5130,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-quilt config.status 0.61
+quilt config.status 0.62
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 385c17c..de778a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([quilt],[0.61],[quilt-dev@nongnu.org])
+AC_INIT([quilt],[0.62],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)
AC_REVISION ($Revision: 1.84 $)