[Scummvm-cvs-logs] SF.net SVN: scummvm:[53427] scummvm/trunk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Oct 13 17:00:29 CEST 2010


Revision: 53427
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53427&view=rev
Author:   fingolfin
Date:     2010-10-13 15:00:28 +0000 (Wed, 13 Oct 2010)

Log Message:
-----------
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.

Modified Paths:
--------------
    scummvm/trunk/base/internal_version.h
    scummvm/trunk/base/internal_version.h.in
    scummvm/trunk/tools/update-version.pl

Modified: scummvm/trunk/base/internal_version.h
===================================================================
--- scummvm/trunk/base/internal_version.h	2010-10-13 14:40:32 UTC (rev 53426)
+++ scummvm/trunk/base/internal_version.h	2010-10-13 15:00:28 UTC (rev 53427)
@@ -3,7 +3,7 @@
 #endif
 
 #ifndef SCUMMVM_SVN_REVISION
-#define SCUMMVM_SVN_REVISION
+#define SCUMMVM_SVN_REVISION ""
 #endif
 
 #ifdef RELEASE_BUILD

Modified: scummvm/trunk/base/internal_version.h.in
===================================================================
--- scummvm/trunk/base/internal_version.h.in	2010-10-13 14:40:32 UTC (rev 53426)
+++ scummvm/trunk/base/internal_version.h.in	2010-10-13 15:00:28 UTC (rev 53427)
@@ -3,7 +3,7 @@
 #endif
 
 #ifndef SCUMMVM_SVN_REVISION
-#define SCUMMVM_SVN_REVISION
+#define SCUMMVM_SVN_REVISION "@SVN_REVISION@"
 #endif
 
 #ifdef RELEASE_BUILD

Modified: scummvm/trunk/tools/update-version.pl
===================================================================
--- scummvm/trunk/tools/update-version.pl	2010-10-13 14:40:32 UTC (rev 53426)
+++ scummvm/trunk/tools/update-version.pl	2010-10-13 15:00:28 UTC (rev 53427)
@@ -49,7 +49,8 @@
 	VER_MINOR	=>	$VER_MINOR,
 	VER_PATCH	=>	$VER_PATCH,
 	VER_EXTRA	=>	$VER_EXTRA,
-	VERSION		=>	$VERSION
+	VERSION		=>	$VERSION,
+	SVN_REVISION=>	"",
 	);
 
 foreach my $file (@subs_files) {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list