From 0f26184f8da44175af235378a0620beb7715fb11 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 19 Nov 2010 16:47:03 +0000 Subject: BUILD: Revert r53427. create_project will now use a different approach than recreating base/internal_version.h. This is also because recreating this file might result in accidental commits of the modified file and thus "screw up" the version string on different systems. svn-id: r54383 --- tools/update-version.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') 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) { -- cgit v1.2.3