(svn r14532) -Fix (r14522): one 'M' is enough to show modified version
authorglx
Sat, 25 Oct 2008 16:45:01 +0000
changeset 10293 1a3d4946ac21
parent 10292 6da6cf622f82
child 10294 748d6a359208
(svn r14532) -Fix (r14522): one 'M' is enough to show modified version
projects/determineversion.vbs
--- a/projects/determineversion.vbs	Sat Oct 25 15:25:52 2008 +0000
+++ b/projects/determineversion.vbs	Sat Oct 25 16:45:01 2008 +0000
@@ -97,7 +97,7 @@
 		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$"