1
0
Fork 0

(svn r12526) -Fix: determining the version failed on Windows.

0.6.0
rubidium 2008-03-31 22:51:39 +00:00
parent 9827f05300
commit 7a2dd974eb
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ Function IsCachedVersion(version)
End Function
Dim version
version = DetermineSVNVersion
version = "0.6.0"
If Not (IsCachedVersion(version) And FSO.FileExists("../src/rev.cpp") And FSO.FileExists("../src/ottdres.rc")) Then
UpdateFiles version
End If