summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 889848b..b57dbbb 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.48.
+# Generated by GNU Autoconf 2.63 for quilt 0.50.
#
# 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.48'
-PACKAGE_STRING='quilt 0.48'
+PACKAGE_VERSION='0.50'
+PACKAGE_STRING='quilt 0.50'
PACKAGE_BUGREPORT='quilt-dev@nongnu.org'
# Factoring default headers for most tests.
@@ -1305,7 +1305,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.48 to adapt to many kinds of systems.
+\`configure' configures quilt 0.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1366,7 +1366,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of quilt 0.48:";;
+ short | recursive ) echo "Configuration of quilt 0.50:";;
esac
cat <<\_ACEOF
@@ -1483,7 +1483,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-quilt configure 0.48
+quilt configure 0.50
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1497,7 +1497,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.48, which was
+It was created by quilt $as_me 0.50, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -7316,7 +7316,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.48, which was
+This file was extended by quilt $as_me 0.50, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7366,7 +7366,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-quilt config.status 0.48
+quilt config.status 0.50
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 093ca83..fba5f2c 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.48],[quilt-dev@nongnu.org])
+AC_INIT([quilt],[0.50],[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 254561d..24d2ef7 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Dec 5 22:00:00 CET 2011 - jdelvare@suse.de
+
+- configure*: Bump version to 0.50.
+
+-------------------------------------------------------------------
Mon Dec 5 21:23:12 CET 2011 - jdelvare@suse.de
- po/*: Synchronize language files.