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

View File

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