diff options
author | rsync-bugs <rsync-bugs> | 1998-05-27 13:54:41 +0000 |
---|---|---|
committer | rsync-bugs <rsync-bugs> | 1998-05-27 13:54:41 +0000 |
commit | a1e13a937cff2b192591ec6c8df5dfbd02da973d (patch) | |
tree | 6f39b8a9035c9be46d876f532185ae0989e1934c | |
parent | e3fe383aaa360a0226f81ae67467addfe2bf29d5 (diff) | |
download | rsync-a1e13a937cff2b192591ec6c8df5dfbd02da973d.tar.gz rsync-a1e13a937cff2b192591ec6c8df5dfbd02da973d.tar.bz2 rsync-a1e13a937cff2b192591ec6c8df5dfbd02da973d.zip |
preparing for release of 2.0.13v2.0.13
-rw-r--r-- | packaging/redhat/5.0/rsync.spec | 4 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/redhat/5.0/rsync.spec b/packaging/redhat/5.0/rsync.spec index 18bfac7c..85fd48be 100644 --- a/packaging/redhat/5.0/rsync.spec +++ b/packaging/redhat/5.0/rsync.spec @@ -1,10 +1,10 @@ Summary: Program for efficient remote updates of files. Name: rsync -Version: 2.0.12 +Version: 2.0.13 Release: 1 Copyright: GPL Group: Applications/Networking -Source: ftp://samba.anu.edu.au/pub/rsync/rsync-2.0.12.tar.gz +Source: ftp://samba.anu.edu.au/pub/rsync/rsync-2.0.13.tar.gz URL: http://samba.anu.edu.au/rsync/ Packager: Andrew Tridgell <tridge@samba.anu.edu.au> BuildRoot: /tmp/rsync @@ -1 +1 @@ -#define VERSION "2.0.12" +#define VERSION "2.0.13" |