Skip to content

Commit 42545f7

Browse files
committed
version update
1 parent e7b76be commit 42545f7

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([rsync],[3.1.2.0],[http://rsync.samba.org/bugzilla.html])
3+
AC_INIT([rsync],[3.1.2.1],[http://rsync.samba.org/bugzilla.html])
44

55
AC_CONFIG_MACRO_DIR([m4])
66
AC_CONFIG_SRCDIR([byteorder.h])

configure.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for rsync_bpc 3.1.2.0.
3+
# Generated by GNU Autoconf 2.69 for rsync_bpc 3.1.2.1.
44
#
55
# Report bugs to <https://github.com/backuppc/rsync-bpc/issues>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='rsync-bpc'
582582
PACKAGE_TARNAME='rsync-bpc'
583-
PACKAGE_VERSION='3.1.2.0'
584-
PACKAGE_STRING='rsync_bpc 3.1.2.0'
583+
PACKAGE_VERSION='3.1.2.1'
584+
PACKAGE_STRING='rsync_bpc 3.1.2.1'
585585
PACKAGE_BUGREPORT='https://github.com/backuppc/rsync-bpc/issues'
586586
PACKAGE_URL=''
587587

@@ -1271,7 +1271,7 @@ if test "$ac_init_help" = "long"; then
12711271
# Omit some internal or obsolete options to make the list less imposing.
12721272
# This message is too long to be a string in the A/UX 3.1 sh.
12731273
cat <<_ACEOF
1274-
\`configure' configures rsync_bpc 3.1.2.0 to adapt to many kinds of systems.
1274+
\`configure' configures rsync_bpc 3.1.2.1 to adapt to many kinds of systems.
12751275
12761276
Usage: $0 [OPTION]... [VAR=VALUE]...
12771277
@@ -1336,7 +1336,7 @@ fi
13361336

13371337
if test -n "$ac_init_help"; then
13381338
case $ac_init_help in
1339-
short | recursive ) echo "Configuration of rsync_bpc 3.1.2.0:";;
1339+
short | recursive ) echo "Configuration of rsync_bpc 3.1.2.1:";;
13401340
esac
13411341
cat <<\_ACEOF
13421342
@@ -1446,7 +1446,7 @@ fi
14461446
test -n "$ac_init_help" && exit $ac_status
14471447
if $ac_init_version; then
14481448
cat <<\_ACEOF
1449-
rsync_bpc configure 3.1.2.0
1449+
rsync_bpc configure 3.1.2.1
14501450
generated by GNU Autoconf 2.69
14511451
14521452
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2109,7 +2109,7 @@ cat >config.log <<_ACEOF
21092109
This file contains any messages produced by compilers while
21102110
running configure, to aid debugging if configure makes a mistake.
21112111
2112-
It was created by rsync_bpc $as_me 3.1.2.0, which was
2112+
It was created by rsync_bpc $as_me 3.1.2.1, which was
21132113
generated by GNU Autoconf 2.69. Invocation command line was
21142114
21152115
$ $0 $@
@@ -9544,7 +9544,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
95449544
# report actual input values of CONFIG_FILES etc. instead of their
95459545
# values after options handling.
95469546
ac_log="
9547-
This file was extended by rsync_bpc $as_me 3.1.2.0, which was
9547+
This file was extended by rsync_bpc $as_me 3.1.2.1, which was
95489548
generated by GNU Autoconf 2.69. Invocation command line was
95499549
95509550
CONFIG_FILES = $CONFIG_FILES
@@ -9606,7 +9606,7 @@ _ACEOF
96069606
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
96079607
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
96089608
ac_cs_version="\\
9609-
rsync_bpc config.status 3.1.2.0
9609+
rsync_bpc config.status 3.1.2.1
96109610
configured by $0, generated by GNU Autoconf 2.69,
96119611
with options \\"\$ac_cs_config\\"
96129612

0 commit comments

Comments
 (0)