aboutsummaryrefslogtreecommitdiff
path: root/tools/update-version.pl
diff options
context:
space:
mode:
authorEugene Sandulenko2006-04-14 01:01:43 +0000
committerEugene Sandulenko2006-04-14 01:01:43 +0000
commit78cc6e4eadc4a0866c9a8319b0b7ff6faaa9e7a7 (patch)
tree8ee1c4e4a06c0993694715c6eff6c681fc620e3d /tools/update-version.pl
parentab799101c034fe3c79d3b8134c35bd6ea3269568 (diff)
downloadscummvm-rg350-78cc6e4eadc4a0866c9a8319b0b7ff6faaa9e7a7.tar.gz
scummvm-rg350-78cc6e4eadc4a0866c9a8319b0b7ff6faaa9e7a7.tar.bz2
scummvm-rg350-78cc6e4eadc4a0866c9a8319b0b7ff6faaa9e7a7.zip
Finish cleanup of root directory. Now move scummvm.rc to dists/
svn-id: r21860
Diffstat (limited to 'tools/update-version.pl')
-rwxr-xr-xtools/update-version.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-version.pl b/tools/update-version.pl
index 8d20ef84ba..7787fb905b 100755
--- a/tools/update-version.pl
+++ b/tools/update-version.pl
@@ -31,10 +31,10 @@ print "Setting version to '$VERSION'\n";
# List of the files in which we need to perform substitution.
my @subs_files = qw(
- scummvm.rc
base/internal_version.h
dists/macosx/Info.plist
dists/redhat/scummvm.spec
+ dists/scummvm.rc
);
# The following files also contain version data and should possible be modified