From 1e87bb83ad929794efa17bec93ffb325a988dca5 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 18 Dec 2010 01:46:48 +0200 Subject: [PATCH] Bump version to 0.2.12 --- configure | 20 ++++++++++---------- m4/version.m4 | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/configure b/configure index ec79bb3..a16aaed 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for quvi 0.2.11. +# Generated by GNU Autoconf 2.68 for quvi 0.2.12. # # Report bugs to . # @@ -570,8 +570,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='quvi' PACKAGE_TARNAME='quvi' -PACKAGE_VERSION='0.2.11' -PACKAGE_STRING='quvi 0.2.11' +PACKAGE_VERSION='0.2.12' +PACKAGE_STRING='quvi 0.2.12' PACKAGE_BUGREPORT='http://sourceforge.net/apps/trac/quvi' PACKAGE_URL='http://quvi.sourceforge.net/' @@ -1373,7 +1373,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 quvi 0.2.11 to adapt to many kinds of systems. +\`configure' configures quvi 0.2.12 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1444,7 +1444,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of quvi 0.2.11:";; + short | recursive ) echo "Configuration of quvi 0.2.12:";; esac cat <<\_ACEOF @@ -1574,7 +1574,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -quvi configure 0.2.11 +quvi configure 0.2.12 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2171,7 +2171,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 quvi $as_me 0.2.11, which was +It was created by quvi $as_me 0.2.12, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -4435,7 +4435,7 @@ fi # Define the identity of the package. PACKAGE='quvi' - VERSION='0.2.11' + VERSION='0.2.12' cat >>confdefs.h <<_ACEOF @@ -19922,7 +19922,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 quvi $as_me 0.2.11, which was +This file was extended by quvi $as_me 0.2.12, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19989,7 +19989,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="\\ -quvi config.status 0.2.11 +quvi config.status 0.2.12 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/m4/version.m4 b/m4/version.m4 index d44f285..7f6afc5 100644 --- a/m4/version.m4 +++ b/m4/version.m4 @@ -1,4 +1,4 @@ -m4_define([_QUVI_VERSION], [0.2.11]) +m4_define([_QUVI_VERSION], [0.2.12]) m4_define([_QUVI_CURRENT], [3]) m4_define([_QUVI_REVISION], [3]) m4_define([_QUVI_AGE], [3]) -- 2.11.4.GIT