From 043f2db0c747c68a9188eba1c58ccc993c0bfa52 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 13 Oct 2010 15:00:28 +0000 Subject: BASE: Add SVN_REVISION placehold to internal_version.h.in Our tools/update-version.pl script always keeps this empty. But it will make integration of the create_project patch smoother. svn-id: r53427 --- tools/update-version.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/update-version.pl b/tools/update-version.pl index 81aa5c27f9..f8a46b9a7e 100755 --- a/tools/update-version.pl +++ b/tools/update-version.pl @@ -49,7 +49,8 @@ my %subs = ( VER_MINOR => $VER_MINOR, VER_PATCH => $VER_PATCH, VER_EXTRA => $VER_EXTRA, - VERSION => $VERSION + VERSION => $VERSION, + SVN_REVISION=> "", ); foreach my $file (@subs_files) { -- cgit v1.2.3