Skip to content

Commit ad6b5cd

Browse files
committed
changed version from rsync-bpc 3.1.3.beta1 to 3.1.3beta1
1 parent 3769c28 commit ad6b5cd

4 files changed

Lines changed: 16 additions & 12 deletions

File tree

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
NEWS for rsync-bpc 3.1.3
22

3+
3.1.3beta1 released 20 June 2020:
4+
5+
- Initial version based on rsync 3.1.3
6+
37
NEWS for rsync 3.1.3 (28 Jan 2018)
48
Protocol: 31 (unchanged)
59
Changes since 3.1.2:

aclocal.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
1+
# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
22

3-
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
3+
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
44

55
# This file is free software; the Free Software Foundation
66
# gives unlimited permission to copy and/or distribute it,

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-bpc],[3.1.3.beta1],[https://github.com/backuppc/rsync-bpc/issues])
3+
AC_INIT([rsync-bpc],[3.1.3beta1],[https://github.com/backuppc/rsync-bpc/issues])
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.3.beta1.
3+
# Generated by GNU Autoconf 2.69 for rsync-bpc 3.1.3beta1.
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.3.beta1'
584-
PACKAGE_STRING='rsync-bpc 3.1.3.beta1'
583+
PACKAGE_VERSION='3.1.3beta1'
584+
PACKAGE_STRING='rsync-bpc 3.1.3beta1'
585585
PACKAGE_BUGREPORT='https://github.com/backuppc/rsync-bpc/issues'
586586
PACKAGE_URL=''
587587

@@ -1282,7 +1282,7 @@ if test "$ac_init_help" = "long"; then
12821282
# Omit some internal or obsolete options to make the list less imposing.
12831283
# This message is too long to be a string in the A/UX 3.1 sh.
12841284
cat <<_ACEOF
1285-
\`configure' configures rsync-bpc 3.1.3.beta1 to adapt to many kinds of systems.
1285+
\`configure' configures rsync-bpc 3.1.3beta1 to adapt to many kinds of systems.
12861286
12871287
Usage: $0 [OPTION]... [VAR=VALUE]...
12881288
@@ -1348,7 +1348,7 @@ fi
13481348

13491349
if test -n "$ac_init_help"; then
13501350
case $ac_init_help in
1351-
short | recursive ) echo "Configuration of rsync-bpc 3.1.3.beta1:";;
1351+
short | recursive ) echo "Configuration of rsync-bpc 3.1.3beta1:";;
13521352
esac
13531353
cat <<\_ACEOF
13541354
@@ -1458,7 +1458,7 @@ fi
14581458
test -n "$ac_init_help" && exit $ac_status
14591459
if $ac_init_version; then
14601460
cat <<\_ACEOF
1461-
rsync-bpc configure 3.1.3.beta1
1461+
rsync-bpc configure 3.1.3beta1
14621462
generated by GNU Autoconf 2.69
14631463
14641464
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2121,7 +2121,7 @@ cat >config.log <<_ACEOF
21212121
This file contains any messages produced by compilers while
21222122
running configure, to aid debugging if configure makes a mistake.
21232123
2124-
It was created by rsync-bpc $as_me 3.1.3.beta1, which was
2124+
It was created by rsync-bpc $as_me 3.1.3beta1, which was
21252125
generated by GNU Autoconf 2.69. Invocation command line was
21262126
21272127
$ $0 $@
@@ -9613,7 +9613,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
96139613
# report actual input values of CONFIG_FILES etc. instead of their
96149614
# values after options handling.
96159615
ac_log="
9616-
This file was extended by rsync-bpc $as_me 3.1.3.beta1, which was
9616+
This file was extended by rsync-bpc $as_me 3.1.3beta1, which was
96179617
generated by GNU Autoconf 2.69. Invocation command line was
96189618
96199619
CONFIG_FILES = $CONFIG_FILES
@@ -9675,7 +9675,7 @@ _ACEOF
96759675
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
96769676
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
96779677
ac_cs_version="\\
9678-
rsync-bpc config.status 3.1.3.beta1
9678+
rsync-bpc config.status 3.1.3beta1
96799679
configured by $0, generated by GNU Autoconf 2.69,
96809680
with options \\"\$ac_cs_config\\"
96819681

0 commit comments

Comments
 (0)