aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-03-03 08:46:30 -0800
committerWayne Davison <wayned@samba.org>2008-03-03 11:19:48 -0800
commitfede378577ba1b8adbac90cba42026ba828f1a1f (patch)
treefb606f8fcc47d4a30de1d2ca4f27f9c6d79d15e4 /options.c
parent3bc207b9dd74e1bbe1df75fc1f00b91fea6e5dfc (diff)
downloadandroid_external_rsync-fede378577ba1b8adbac90cba42026ba828f1a1f.tar.gz
android_external_rsync-fede378577ba1b8adbac90cba42026ba828f1a1f.tar.bz2
android_external_rsync-fede378577ba1b8adbac90cba42026ba828f1a1f.zip
Updated copyright year in --version output and improved the release
script to look for year changes in options.c and to get the version defaults totally right in the prompts.
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 8f5c1f3a..e7af3a15 100644
--- a/options.c
+++ b/options.c
@@ -259,7 +259,7 @@ static void print_rsync_version(enum logcode f)
rprintf(f, "%s version %s protocol version %d%s\n",
RSYNC_NAME, RSYNC_VERSION, PROTOCOL_VERSION, subprotocol);
- rprintf(f, "Copyright (C) 1996-2007 by Andrew Tridgell, Wayne Davison, and others.\n");
+ rprintf(f, "Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others.\n");
rprintf(f, "Web site: http://rsync.samba.org/\n");
rprintf(f, "Capabilities:\n");
rprintf(f, " %d-bit files, %d-bit inums, %d-bit timestamps, %d-bit long ints,\n",