Skip to content

Commit

Permalink
0.2.71 ready to release
Browse files Browse the repository at this point in the history
Conflicts:
	src/version.h
  • Loading branch information
Thomas Tsai committed May 14, 2014
1 parent a86b5ef commit c3be9b7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>.
#
Expand Down Expand Up @@ -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='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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 $@
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Partclone], [0.2.70], [[email protected]])
AC_INIT([Partclone], [0.2.71], [[email protected]])
AM_INIT_AUTOMAKE([-Wall foreign])
AM_GNU_GETTEXT_VERSION([0.16.1])
AM_GNU_GETTEXT([external])
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

10 changes: 5 additions & 5 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -386,10 +386,10 @@ ORIGINAL_CFLAGS = -g -O2
PACKAGE = partclone
PACKAGE_BUGREPORT = [email protected]
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 =
Expand All @@ -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 =
Expand Down

0 comments on commit c3be9b7

Please sign in to comment.