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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Jun 25 00:55:24 CEST 2010


Revision: 50249
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50249&view=rev
Author:   lordhoto
Date:     2010-06-24 22:55:24 +0000 (Thu, 24 Jun 2010)

Log Message:
-----------
Fix build with --enable-release.

Modified Paths:
--------------
    scummvm/trunk/base/internal_version.h
    scummvm/trunk/base/internal_version.h.in

Modified: scummvm/trunk/base/internal_version.h
===================================================================
--- scummvm/trunk/base/internal_version.h	2010-06-24 22:37:30 UTC (rev 50248)
+++ scummvm/trunk/base/internal_version.h	2010-06-24 22:55:24 UTC (rev 50249)
@@ -4,6 +4,7 @@
 
 #ifdef RELEASE_BUILD
 #undef SCUMMVM_SVN_REVISION
+#define SCUMMVM_SVN_REVISION
 #endif
 
 #define SCUMMVM_VERSION "1.2.0svn" SCUMMVM_SVN_REVISION

Modified: scummvm/trunk/base/internal_version.h.in
===================================================================
--- scummvm/trunk/base/internal_version.h.in	2010-06-24 22:37:30 UTC (rev 50248)
+++ scummvm/trunk/base/internal_version.h.in	2010-06-24 22:55:24 UTC (rev 50249)
@@ -4,6 +4,7 @@
 
 #ifdef RELEASE_BUILD
 #undef SCUMMVM_SVN_REVISION
+#define SCUMMVM_SVN_REVISION
 #endif
 
 #define SCUMMVM_VERSION "@VERSION@" SCUMMVM_SVN_REVISION


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