From: rsync-bugs Date: Wed, 9 Sep 1998 07:07:11 +0000 (+0000) Subject: preparing for release of 2.1.1 X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b41c3f92738709adf79a1d77f8e7e75752bd1adf preparing for release of 2.1.1 --- diff --git a/packaging/redhat/5.0/rsync.spec b/packaging/redhat/5.0/rsync.spec index 8137ac62..80f516d9 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.1.0 +Version: 2.1.1 Release: 1 Copyright: GPL Group: Applications/Networking -Source: ftp://samba.anu.edu.au/pub/rsync/rsync-2.1.0.tar.gz +Source: ftp://samba.anu.edu.au/pub/rsync/rsync-2.1.1.tar.gz URL: http://samba.anu.edu.au/rsync/ Packager: Andrew Tridgell BuildRoot: /tmp/rsync diff --git a/version.h b/version.h index bb3dec1f..45dd03fa 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "2.1.0" +#define VERSION "2.1.1"