[Scummvm-cvs-logs] SF.net SVN: scummvm:[42829] scummvm/branches/branch-1-0-0/backends/platform /dc/dreamcast.mk

marcus_c at users.sourceforge.net marcus_c at users.sourceforge.net
Mon Jul 27 01:16:51 CEST 2009


Revision: 42829
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42829&view=rev
Author:   marcus_c
Date:     2009-07-26 23:16:51 +0000 (Sun, 26 Jul 2009)

Log Message:
-----------
Shorten version field.

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/backends/platform/dc/dreamcast.mk

Modified: scummvm/branches/branch-1-0-0/backends/platform/dc/dreamcast.mk
===================================================================
--- scummvm/branches/branch-1-0-0/backends/platform/dc/dreamcast.mk	2009-07-26 21:54:21 UTC (rev 42828)
+++ scummvm/branches/branch-1-0-0/backends/platform/dc/dreamcast.mk	2009-07-26 23:16:51 UTC (rev 42829)
@@ -29,6 +29,6 @@
 ip.txt : $(srcdir)/backends/platform/dc/ip.txt.in
 	if [ x"$(VER_EXTRA)" = xsvn ]; then \
 	  if [ -z "$(VER_SVNREV)" ]; then ver="SVN"; else ver="r$(VER_SVNREV)"; fi; \
-	else ver="V$(VERSION)"; fi; \
+	else ver="V$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)"; fi; \
 	sed -e 's/[@]VERSION[@]/'"$$ver"/ -e 's/[@]DATE[@]/$(shell date '+%Y%m%d')/' < $< > $@
 


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