From 636a3dd2c19cf3f878f2cc3b9eb58196c8655e92 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 14 Mar 2009 01:45:00 +0000 Subject: removed obsolete comment svn-id: r39380 --- tools/update-version.pl | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'tools') 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 ) - -# 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, -- cgit v1.2.3