From 14a8d067c16f5a5a8713ecee52c12892f7d05f8d Mon Sep 17 00:00:00 2001 From: Karsten Keil Date: Sun, 13 May 2012 16:56:24 +0200 Subject: [PATCH] Version 2.0.13 Signed-off-by: Karsten Keil --- configure | 20 ++++++++++---------- configure.ac | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/configure b/configure index 62f8f31..ebea62c 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 mISDNuser 2.0.12. +# Generated by GNU Autoconf 2.68 for mISDNuser 2.0.13. # # Report bugs to . # @@ -709,8 +709,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='mISDNuser' PACKAGE_TARNAME='mISDNuser' -PACKAGE_VERSION='2.0.12' -PACKAGE_STRING='mISDNuser 2.0.12' +PACKAGE_VERSION='2.0.13' +PACKAGE_STRING='mISDNuser 2.0.13' PACKAGE_BUGREPORT='i4ldeveloper@isdn4linux.de' PACKAGE_URL='' @@ -1460,7 +1460,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 mISDNuser 2.0.12 to adapt to many kinds of systems. +\`configure' configures mISDNuser 2.0.13 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1530,7 +1530,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of mISDNuser 2.0.12:";; + short | recursive ) echo "Configuration of mISDNuser 2.0.13:";; esac cat <<\_ACEOF @@ -1642,7 +1642,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -mISDNuser configure 2.0.12 +mISDNuser configure 2.0.13 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2438,7 +2438,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 mISDNuser $as_me 2.0.12, which was +It was created by mISDNuser $as_me 2.0.13, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3258,7 +3258,7 @@ fi # Define the identity of the package. PACKAGE='mISDNuser' - VERSION='2.0.12' + VERSION='2.0.13' cat >>confdefs.h <<_ACEOF @@ -16214,7 +16214,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 mISDNuser $as_me 2.0.12, which was +This file was extended by mISDNuser $as_me 2.0.13, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16280,7 +16280,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="\\ -mISDNuser config.status 2.0.12 +mISDNuser config.status 2.0.13 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index cb2e004..e63ca2c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([mISDNuser],[2.0.12],[i4ldeveloper@isdn4linux.de],[mISDNuser]) +AC_INIT([mISDNuser],[2.0.13],[i4ldeveloper@isdn4linux.de],[mISDNuser]) AC_CONFIG_SRCDIR([tools/]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_MACRO_DIR([m4])