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

marcus_c at users.sourceforge.net marcus_c at users.sourceforge.net
Sun Mar 21 01:50:35 CET 2010


Revision: 48347
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48347&view=rev
Author:   marcus_c
Date:     2010-03-21 00:50:34 +0000 (Sun, 21 Mar 2010)

Log Message:
-----------
Redid version shortening to match the 1.0.0 branch.  This avoids trouble with rc1 and suchlike too.

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

Modified: scummvm/branches/branch-1-1-0/backends/platform/dc/dreamcast.mk
===================================================================
--- scummvm/branches/branch-1-1-0/backends/platform/dc/dreamcast.mk	2010-03-21 00:47:05 UTC (rev 48346)
+++ scummvm/branches/branch-1-1-0/backends/platform/dc/dreamcast.mk	2010-03-21 00:50:34 UTC (rev 48347)
@@ -29,7 +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; \
-	ver="`echo \"$$ver\"|sed -e 's/^V\(.*\)pre$/p\1/'`"; \
+	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