From c3be9b73bae40a43c0c03640965b831719cad076 Mon Sep 17 00:00:00 2001 From: Thomas Tsai Date: Wed, 14 May 2014 11:33:24 +0800 Subject: [PATCH] 0.2.71 ready to release Conflicts: src/version.h --- configure | 20 ++++++++++---------- configure.ac | 2 +- src/version.h | 2 +- tests/Makefile | 10 +++++----- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/configure b/configure index b123dc6d..c3eb121e 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.69 for Partclone 0.2.70. +# Generated by GNU Autoconf 2.69 for Partclone 0.2.71. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Partclone' PACKAGE_TARNAME='partclone' -PACKAGE_VERSION='0.2.70' -PACKAGE_STRING='Partclone 0.2.70' +PACKAGE_VERSION='0.2.71' +PACKAGE_STRING='Partclone 0.2.71' PACKAGE_BUGREPORT='thomas@nchc.org.tw' PACKAGE_URL='' @@ -1371,7 +1371,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 Partclone 0.2.70 to adapt to many kinds of systems. +\`configure' configures Partclone 0.2.71 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1441,7 +1441,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Partclone 0.2.70:";; + short | recursive ) echo "Configuration of Partclone 0.2.71:";; esac cat <<\_ACEOF @@ -1569,7 +1569,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Partclone configure 0.2.70 +Partclone configure 0.2.71 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1871,7 +1871,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 Partclone $as_me 0.2.70, which was +It was created by Partclone $as_me 0.2.71, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2735,7 +2735,7 @@ fi # Define the identity of the package. PACKAGE='partclone' - VERSION='0.2.70' + VERSION='0.2.71' cat >>confdefs.h <<_ACEOF @@ -9609,7 +9609,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 Partclone $as_me 0.2.70, which was +This file was extended by Partclone $as_me 0.2.71, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9675,7 +9675,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="\\ -Partclone config.status 0.2.70 +Partclone config.status 0.2.71 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index e259b224..b62fb0cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Partclone], [0.2.70], [thomas@nchc.org.tw]) +AC_INIT([Partclone], [0.2.71], [thomas@nchc.org.tw]) AM_INIT_AUTOMAKE([-Wall foreign]) AM_GNU_GETTEXT_VERSION([0.16.1]) AM_GNU_GETTEXT([external]) diff --git a/src/version.h b/src/version.h index 6aeb1cc1..79f2eb6f 100644 --- a/src/version.h +++ b/src/version.h @@ -3,5 +3,5 @@ * WHETHER THEY ARE BUILT BY OTHERS OR DURING DEVELOPMENT OR FOR THE * OFFICIAL PARTCLONE RELEASES. */ -#define git_version "7c5d889bd240aab19cba55aab4ab9837a2d6a1eb" +#define git_version "a86b5efad3f9ea674be368241c7689f76f030d33" diff --git a/tests/Makefile b/tests/Makefile index bec6e091..1953d96b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -79,7 +79,7 @@ build_triplet = i686-pc-linux-gnu host_triplet = i686-pc-linux-gnu ##am__append_1 = ext2.test \ ## ext3.test ext4.test -#am__append_2 = btrfs.test +##am__append_2 = btrfs.test ##am__append_3 = fat.test ##am__append_4 = reiserfs.test @@ -99,7 +99,7 @@ host_triplet = i686-pc-linux-gnu #TESTS += vmfs.test #endif ##am__append_9 = jfs.test -#am__append_10 = btrfs.test +##am__append_10 = btrfs.test ##am__append_11 = exfat.test ##am__append_12 = ncursesw.test subdir = tests @@ -386,10 +386,10 @@ ORIGINAL_CFLAGS = -g -O2 PACKAGE = partclone PACKAGE_BUGREPORT = thomas@nchc.org.tw PACKAGE_NAME = Partclone -PACKAGE_STRING = Partclone 0.2.70 +PACKAGE_STRING = Partclone 0.2.71 PACKAGE_TARNAME = partclone PACKAGE_URL = -PACKAGE_VERSION = 0.2.70 +PACKAGE_VERSION = 0.2.71 PATH_SEPARATOR = : PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = @@ -403,7 +403,7 @@ STRIP = USE_NLS = yes UUID_CFLAGS = -I/usr/include/uuid UUID_LIBS = -luuid -VERSION = 0.2.70 +VERSION = 0.2.71 XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS =