Fix earlier changes to FILEVERSION and PRODUCTVERSION.

Use the VERSION define again, it caused an error in an earlier commit where the Resource file could not always be opened properly. But with all the current changes it should be back working just fine.
This commit is contained in:
/dev/urandom 2016-03-15 01:18:10 +01:00
parent 5518a65c62
commit 6b65a4d521
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -47,8 +47,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,2,0,REVISION FILEVERSION VERSION
PRODUCTVERSION 4,2,0,REVISION PRODUCTVERSION VERSION
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L