aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-02-15 23:23:54 +0000
committerTravis Howell2006-02-15 23:23:54 +0000
commite259f526aee6b865dfd43679f11b72b743c0efb8 (patch)
tree787970c77fdf4821e467536cf8d5ab2841c4ff0d
parente98555249e2cef4665dfb7f937f7fa08d1a40dd4 (diff)
downloadscummvm-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
-rw-r--r--README8
-rw-r--r--doc/09.tex2
-rwxr-xr-xtools/update-version.pl4
3 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 28727049f8..89f946bd87 100644
--- a/README
+++ b/README
@@ -77,7 +77,7 @@ web site first.
---- ---------------
To report a bug, please create a SourceForge account and follow the bugs
link from our homepage. Please make sure the bug is reproducible, and
-still occurs in the latest daily build/current CVS version. Also check
+still occurs in the latest daily build/current SVN version. Also check
the known bugs list (below) and compatibility listing for that game, to
ensure the issue is not already known.
@@ -86,7 +86,7 @@ in the 'Supported Games' section, or compatibility list. We -know- those
games have bugs.
Please include the following information:
- - ScummVM version (PLEASE test the latest CVS/Daily build)
+ - ScummVM version (PLEASE test the latest SVN/Daily build)
- Bug details, including instructions on reproducing
- Language of game (English, German, ...)
- Version of game (talkie, floppy, ...)
@@ -374,7 +374,7 @@ the section on Reporting Bugs.
ScummVM has been ported to run on many platforms and operating systems.
Links to these ports can be found either on the ScummVM web page or by a
Google search. Many thanks to the effort of porters. If you have a port of
-ScummVM and wish to commit it into the main CVS, feel free to contact us!
+ScummVM and wish to commit it into the main SVN, feel free to contact us!
Supported platforms include (but are not limited to):
@@ -1310,7 +1310,7 @@ a supported compiler. Several compilers, including GCC, mingw and Microsoft
Visual C++ are supported. If you wish to use MP3-compressed CD tracks or
.SOU files, you will need to install the MAD library and define
USE_MAD. Tools for compressing .SOU files to .SO3 files can be
-found in the 'tools' CVS module, or in the 'scummvm-tools' package.
+found in the 'tools' SVN module, or in the 'scummvm-tools' package.
Some parts of ScummVM, particularly scalers, have highly optimized versions
written in assembler. If you wish to use this option, you will need to install
diff --git a/doc/09.tex b/doc/09.tex
index 4943c92a7d..1b1e3adfb3 100644
--- a/doc/09.tex
+++ b/doc/09.tex
@@ -11,7 +11,7 @@ a supported compiler. Several compilers, including GCC, mingw and Microsoft
Visual C++ are supported. If you wish to use MP3-compressed CD tracks or
.SOU files, you will need to install the MAD library and define
USE\_MAD. Tools for compressing .SOU files to .SO3 files can be
-found in the 'tools' CVS module, or in the 'scummvm-tools' package.
+found in the 'tools' SVN module, or in the 'scummvm-tools' package.
Some parts of ScummVM, particularly scalers, have highly optimized versions
written in assembler. If you wish to use this option, you will need to install
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;