diff options
author | Travis Howell | 2006-02-15 23:23:54 +0000 |
---|---|---|
committer | Travis Howell | 2006-02-15 23:23:54 +0000 |
commit | e259f526aee6b865dfd43679f11b72b743c0efb8 (patch) | |
tree | 787970c77fdf4821e467536cf8d5ab2841c4ff0d /tools | |
parent | e98555249e2cef4665dfb7f937f7fa08d1a40dd4 (diff) | |
download | scummvm-rg350-e259f526aee6b865dfd43679f11b72b743c0efb8.tar.gz scummvm-rg350-e259f526aee6b865dfd43679f11b72b743c0efb8.tar.bz2 scummvm-rg350-e259f526aee6b865dfd43679f11b72b743c0efb8.zip |
Update documentation to list SVN now, instead of CVS.
svn-id: r20710
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/update-version.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/update-version.pl b/tools/update-version.pl index 08ab9ec3aa..8d20ef84ba 100755 --- a/tools/update-version.pl +++ b/tools/update-version.pl @@ -7,8 +7,8 @@ use strict; if ($#ARGV+1 < 3 or $#ARGV+1 > 4) { - # TODO: Allow the user to specify the version as "1.2.3cvs" - # and automatically split that into 1, 2, 3, cvs + # TODO: Allow the user to specify the version as "1.2.3svn" + # and automatically split that into 1, 2, 3, svn print STDERR "Usage: $0 MAJOR MINOR PATCH [EXTRA]\n"; print STDERR " TODO\n"; exit 1; |