aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMax Horn2009-03-14 01:45:00 +0000
committerMax Horn2009-03-14 01:45:00 +0000
commit636a3dd2c19cf3f878f2cc3b9eb58196c8655e92 (patch)
treeba8c6b5ea7f2ade660bb4320094c44c4a5afd300 /tools
parent150b38ffb74344eea6177e38f09da2780b2e2638 (diff)
downloadscummvm-rg350-636a3dd2c19cf3f878f2cc3b9eb58196c8655e92.tar.gz
scummvm-rg350-636a3dd2c19cf3f878f2cc3b9eb58196c8655e92.tar.bz2
scummvm-rg350-636a3dd2c19cf3f878f2cc3b9eb58196c8655e92.zip
removed obsolete comment
svn-id: r39380
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update-version.pl12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/update-version.pl b/tools/update-version.pl
index acd1e1a92c..dda4fcbcf9 100755
--- a/tools/update-version.pl
+++ b/tools/update-version.pl
@@ -38,18 +38,6 @@ my @subs_files = qw(
backends/platform/psp/README.PSP
);
-# The following files also contain version data and should possible be modified
-# by this script, too. However, the relevant parts of these documentation files
-# talk about "Known issues", and I am not sure if we really should automatically
-# update these... in fact, it might be better to factor out that information and
-# put it into a single "ISSUES" or "KNOWN_ISSUES" file like other projects do...
-# * README
-# * doc/03_10.tex / doc/03_11.tex (depends on which branch you look at <shudder>)
-
-# TODO: The following substituion table could easily be extended. In particular
-# one could add a function similar to autoconf's AC_SUBST:
-# addSubst(FOO)
-# which would automagically add FOO => $FOO to the table
my %subs = (
VER_MAJOR => $VER_MAJOR,
VER_MINOR => $VER_MINOR,