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:
parent
5518a65c62
commit
6b65a4d521
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user