Changeset - r10293:407504e1eafc
[Not reviewed]
master
0 1 0
glx - 16 years ago 2008-10-25 16:45:01
glx@openttd.org
(svn r14532) -Fix (r14522): one 'M' is enough to show modified version
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
projects/determineversion.vbs
Show inline comments
 
@@ -97,7 +97,7 @@ Function DetermineSVNVersion()
 
		Dim file
 
		' Write some "magic" to a temporary file so we can acquire the svn revision/state
 
		Set file = FSO.CreateTextFile("tsvn_tmp", -1, 0)
 
		file.WriteLine "r$WCREV$$WCMODS?M:$"
 
		file.WriteLine "r$WCREV$"
 
		file.WriteLine "$WCURL$"
 
		file.WriteLine "$WCMODS?2:0$"
 
		file.WriteLine "$WCREV$"
0 comments (0 inline, 0 general)