Skip to content

Commit a1cc50b

Browse files
committed
Preparing for release of 3.2.2pre3
1 parent feb2fff commit a1cc50b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packaging/lsb/rsync.spec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Summary: A fast, versatile, remote (and local) file-copying tool
22
Name: rsync
33
Version: 3.2.2
4-
%define fullversion %{version}pre2
5-
Release: 0.1.pre2
4+
%define fullversion %{version}pre3
5+
Release: 0.1.pre3
66
%define srcdir src-previews
77
Group: Applications/Internet
88
License: GPL
@@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
7979
%dir /etc/rsync-ssl/certs
8080

8181
%changelog
82-
* Sun Jun 28 2020 Wayne Davison <wayne@opencoder.net>
83-
Released 3.2.2pre2.
82+
* Tue Jun 30 2020 Wayne Davison <wayne@opencoder.net>
83+
Released 3.2.2pre3.
8484

8585
* Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
8686
Added installation of /etc/xinetd.d/rsync file and some commented-out

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define RSYNC_VERSION "3.2.2pre2"
1+
#define RSYNC_VERSION "3.2.2pre3"

0 commit comments

Comments
 (0)