1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

raise version for release

This commit is contained in:
FunkyFr3sh 2018-11-20 07:40:07 +01:00
parent 64a3d0d5e1
commit fb9db0896f

View File

@ -2,9 +2,9 @@
#define ver_str(a,b,c,d) str(a) "." str(b) "." str(c) "." str(d)
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_BUILD 5
#define VERSION_REVISION 7
#define VERSION_MINOR 3
#define VERSION_BUILD 0
#define VERSION_REVISION 0
#define VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION
#define VERSION_STRING ver_str(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION)
@ -18,13 +18,13 @@ PRODUCTVERSION VERSION
BLOCK "040904B0"
{
VALUE "CompanyName", "cncnet.org"
VALUE "FileDescription", "DirectDraw replacement for C&C95 and Red Alert"
VALUE "FileDescription", "DirectDraw replacement"
VALUE "FileVersion", VERSION_STRING
VALUE "InternalName", "ddraw"
VALUE "LegalCopyright", "Copyright (c) 2010-2018"
VALUE "LegalTrademarks", ""
VALUE "OriginalFileName", "ddraw.dll"
VALUE "ProductName", "DirectDraw replacement for C&C95 and Red Alert"
VALUE "ProductName", "cnc-ddraw"
VALUE "ProductVersion", VERSION_STRING
VALUE "Comments", "https://cncnet.org"
}