diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/update-version.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/update-version.pl b/tools/update-version.pl index f8a46b9a7e..81aa5c27f9 100755 --- a/tools/update-version.pl +++ b/tools/update-version.pl @@ -49,8 +49,7 @@ my %subs = ( VER_MINOR => $VER_MINOR, VER_PATCH => $VER_PATCH, VER_EXTRA => $VER_EXTRA, - VERSION => $VERSION, - SVN_REVISION=> "", + VERSION => $VERSION ); foreach my $file (@subs_files) { |