From e259f526aee6b865dfd43679f11b72b743c0efb8 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 15 Feb 2006 23:23:54 +0000 Subject: Update documentation to list SVN now, instead of CVS. svn-id: r20710 --- tools/update-version.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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; -- cgit v1.2.3