diff options
-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 43489f37..eefd4440 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.4.4 +Version: 2.4.5 Release: 1 Copyright: GPL Group: Applications/Networking -Source: ftp://samba.anu.edu.au/pub/rsync/rsync-2.4.4.tar.gz +Source: ftp://samba.anu.edu.au/pub/rsync/rsync-2.4.5.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.4.4" +#define VERSION "2.4.5" |