From 29ae1ebb5d7e6e1721ff56e39f5ffd0d037ce0f0 Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Thu, 9 Jul 2009 10:56:25 +0200 Subject: [PATCH] Prepare for 2.9.13 --- configure | 20 ++++++++++---------- configure.ac | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/configure b/configure index 53f3581..deb3b65 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.63 for nbd 2.9.12. +# Generated by GNU Autoconf 2.63 for nbd 2.9.13. # # Report bugs to . # @@ -596,8 +596,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='nbd' PACKAGE_TARNAME='nbd' -PACKAGE_VERSION='2.9.12' -PACKAGE_STRING='nbd 2.9.12' +PACKAGE_VERSION='2.9.13' +PACKAGE_STRING='nbd 2.9.13' PACKAGE_BUGREPORT='wouter@debian.org' # Factoring default headers for most tests. @@ -1309,7 +1309,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 nbd 2.9.12 to adapt to many kinds of systems. +\`configure' configures nbd 2.9.13 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1379,7 +1379,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nbd 2.9.12:";; + short | recursive ) echo "Configuration of nbd 2.9.13:";; esac cat <<\_ACEOF @@ -1477,7 +1477,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nbd configure 2.9.12 +nbd configure 2.9.13 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1491,7 +1491,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 nbd $as_me 2.9.12, which was +It was created by nbd $as_me 2.9.13, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -2207,7 +2207,7 @@ fi # Define the identity of the package. PACKAGE='nbd' - VERSION='2.9.12' + VERSION='2.9.13' cat >>confdefs.h <<_ACEOF @@ -8962,7 +8962,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 nbd $as_me 2.9.12, which was +This file was extended by nbd $as_me 2.9.13, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9025,7 +9025,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -nbd config.status 2.9.12 +nbd config.status 2.9.13 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 7145fbf..603e143 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Configure script for NBD system dnl (c) 1998 Martin Mares , (c) 2000 Pavel Machek , dnl (c) 2003-2006 Wouter Verhelst -AC_INIT([nbd],[2.9.12],[wouter@debian.org]) +AC_INIT([nbd],[2.9.13],[wouter@debian.org]) AM_INIT_AUTOMAKE(foreign dist-bzip2) AM_MAINTAINER_MODE -- 1.7.10.4