From: Martin Pool Date: Mon, 11 Mar 2002 05:58:31 +0000 (+0000) Subject: Set version to 2.5.3. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a795ab99c73ecf5cd577a8fc092074a850314664 Set version to 2.5.3. --- diff --git a/NEWS b/NEWS index c4a9f421..ea81bf89 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ -rsync 2.5.3 (not released yet) +rsync 2.5.3 (11 March 2002) + + "Happy 26" SECURITY FIXES: diff --git a/configure.in b/configure.in index 8f6b5d7e..6a954b2a 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([byteorder.h]) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.52) -RSYNC_VERSION=2.5.3pre3 +RSYNC_VERSION=2.5.3 AC_SUBST(RSYNC_VERSION) AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION])