Skip to content

Commit

Permalink
changed version from rsync-bpc 3.1.3.beta1 to 3.1.3beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Jun 20, 2020
1 parent 3769c28 commit ad6b5cd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
NEWS for rsync-bpc 3.1.3

3.1.3beta1 released 20 June 2020:

- Initial version based on rsync 3.1.3

NEWS for rsync 3.1.3 (28 Jan 2018)
Protocol: 31 (unchanged)
Changes since 3.1.2:
Expand Down
4 changes: 2 additions & 2 deletions aclocal.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
# generated automatically by aclocal 1.15.1 -*- Autoconf -*-

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

# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT([rsync-bpc],[3.1.3.beta1],[https://github.com/backuppc/rsync-bpc/issues])
AC_INIT([rsync-bpc],[3.1.3beta1],[https://github.com/backuppc/rsync-bpc/issues])

AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([byteorder.h])
Expand Down
18 changes: 9 additions & 9 deletions configure.sh
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 rsync-bpc 3.1.3.beta1.
# Generated by GNU Autoconf 2.69 for rsync-bpc 3.1.3beta1.
#
# Report bugs to <https://github.com/backuppc/rsync-bpc/issues>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='rsync-bpc'
PACKAGE_TARNAME='rsync-bpc'
PACKAGE_VERSION='3.1.3.beta1'
PACKAGE_STRING='rsync-bpc 3.1.3.beta1'
PACKAGE_VERSION='3.1.3beta1'
PACKAGE_STRING='rsync-bpc 3.1.3beta1'
PACKAGE_BUGREPORT='https://github.com/backuppc/rsync-bpc/issues'
PACKAGE_URL=''

Expand Down Expand Up @@ -1282,7 +1282,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 rsync-bpc 3.1.3.beta1 to adapt to many kinds of systems.
\`configure' configures rsync-bpc 3.1.3beta1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1348,7 +1348,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of rsync-bpc 3.1.3.beta1:";;
short | recursive ) echo "Configuration of rsync-bpc 3.1.3beta1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1458,7 +1458,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
rsync-bpc configure 3.1.3.beta1
rsync-bpc configure 3.1.3beta1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2121,7 +2121,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 rsync-bpc $as_me 3.1.3.beta1, which was
It was created by rsync-bpc $as_me 3.1.3beta1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -9613,7 +9613,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 rsync-bpc $as_me 3.1.3.beta1, which was
This file was extended by rsync-bpc $as_me 3.1.3beta1, 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="\\
rsync-bpc config.status 3.1.3.beta1
rsync-bpc config.status 3.1.3beta1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down

0 comments on commit ad6b5cd

Please sign in to comment.