1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-03 22:59:30 +00:00

(svn r20028) -Fix: trunk Windows binaries still had a 1.0.0.xxxxx version number

This commit is contained in:
rubidium
2010-06-28 13:51:33 +00:00
parent 419af07b6d
commit 5297eb5722

View File

@@ -79,8 +79,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,!!REVISION!!
PRODUCTVERSION 1,0,0,!!REVISION!!
FILEVERSION 1,1,0,!!REVISION!!
PRODUCTVERSION 1,1,0,!!REVISION!!
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L