diff options
Diffstat (limited to 'tools/update-version.pl')
-rwxr-xr-x | tools/update-version.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/update-version.pl b/tools/update-version.pl index 6f6d86f648..4a93582d13 100755 --- a/tools/update-version.pl +++ b/tools/update-version.pl @@ -31,11 +31,12 @@ print "Setting version to '$VERSION'\n"; # List of the files in which we need to perform substitution. my @subs_files = qw( + backends/platform/ds/arm9/makefile base/internal_version.h dists/macosx/Info.plist dists/redhat/scummvm.spec dists/scummvm.rc - backends/platform/ds/arm9/makefile + dists/slackware/scummvm.SlackBuild ); # The following files also contain version data and should possible be modified |