Changeset - r10163:69a6bbca3014
[Not reviewed]
master
0 1 0
glx - 16 years ago 2008-09-17 15:04:52
glx@openttd.org
(svn r14354) -Fix (r14253): also fix hg revision detection for MSVC
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
projects/determineversion.vbs
Show inline comments
 
@@ -217,7 +217,7 @@ Function DetermineSVNVersion()
 
		If version = "norev000" Then
 
			' git detection failed, reset error and try mercurial (hg)
 
			Err.Clear
 
			Set oExec = WshShell.Exec("hg tip")
 
			Set oExec = WshShell.Exec("hg parents")
 
			If Err.Number = 0 Then
 
				' Wait till the application is finished ...
 
				Do While oExec.Status = 0
0 comments (0 inline, 0 general)