summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-02-29 18:28:09 +0100
committerJean Delvare <jdelvare@suse.de>2012-02-29 18:28:09 +0100
commitcb24fe8c3cdb8aa564c438f6e0b312ea31d594ff (patch)
tree9f60bc3e20801c2846c3e0460f6a5643b28af159
parent3561a8509249792ccdc89147398682a0b7cdfd86 (diff)
downloadquilt-cb24fe8c3cdb8aa564c438f6e0b312ea31d594ff.tar.gz
Set version to 0.60 "Happy Birthday Lina".
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
-rw-r--r--quilt.changes5
3 files changed, 15 insertions, 10 deletions
diff --git a/configure b/configure
index dd22b7b..51c9947 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.63 for quilt 0.51.
+# Generated by GNU Autoconf 2.63 for quilt 0.60.
#
# Report bugs to <quilt-dev@nongnu.org>.
#
@@ -597,8 +597,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='quilt'
PACKAGE_TARNAME='quilt'
-PACKAGE_VERSION='0.51'
-PACKAGE_STRING='quilt 0.51'
+PACKAGE_VERSION='0.60'
+PACKAGE_STRING='quilt 0.60'
PACKAGE_BUGREPORT='quilt-dev@nongnu.org'
ac_subst_vars='LTLIBOBJS
@@ -1257,7 +1257,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.51 to adapt to many kinds of systems.
+\`configure' configures quilt 0.60 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1318,7 +1318,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of quilt 0.51:";;
+ short | recursive ) echo "Configuration of quilt 0.60:";;
esac
cat <<\_ACEOF
@@ -1423,7 +1423,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-quilt configure 0.51
+quilt configure 0.60
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1437,7 +1437,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.51, which was
+It was created by quilt $as_me 0.60, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -5070,7 +5070,7 @@ exec 6>&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.51, which was
+This file was extended by quilt $as_me 0.60, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5120,7 +5120,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-quilt config.status 0.51
+quilt config.status 0.60
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index f0f73fa..469e6d7 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.51],[quilt-dev@nongnu.org])
+AC_INIT([quilt],[0.60],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)
AC_REVISION ($Revision: 1.84 $)
diff --git a/quilt.changes b/quilt.changes
index 22d1334..1d8f9d3 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Feb 29 18:25:56 CET 2012 - jdelvare@suse.de
+
+- configure*: Bump version to 0.60 "Happy Birthday Lina".
+
+-------------------------------------------------------------------
Wed Feb 29 18:20:35 CET 2012 - jdelvare@suse.de
- fr.po: Update French translation.