1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 09:29:10 +00:00

(svn r15661) -Release: 0.7.0-beta2

This commit is contained in:
rubidium
2009-03-09 23:31:28 +00:00
parent 62e2de5822
commit 57cbb89fa9
4 changed files with 9 additions and 9 deletions

View File

@@ -278,7 +278,7 @@ Function CheckFile(filename)
End Function
Dim version
version = DetermineSVNVersion
version = "0.7.0-beta2"
If Not (IsCachedVersion(version) And CheckFile("../src/rev.cpp") And CheckFile("../src/ottdres.rc")) Then
UpdateFiles version
End If