aboutsummaryrefslogtreecommitdiff
path: root/dists/scummvm.rc
diff options
context:
space:
mode:
authorCameron Cawley2018-11-13 18:48:54 +0000
committerDavid Turner2018-11-16 09:14:37 +0000
commit8c6f9e5116dc6f46e166d8a32f9a9b905ea8634c (patch)
tree8212c47cd101e98fadbc1f17baa319bfaf81f5ee /dists/scummvm.rc
parentcf1d0354fe399a21068a59d210becc0cbc162e8e (diff)
downloadscummvm-rg350-8c6f9e5116dc6f46e166d8a32f9a9b905ea8634c.tar.gz
scummvm-rg350-8c6f9e5116dc6f46e166d8a32f9a9b905ea8634c.tar.bz2
scummvm-rg350-8c6f9e5116dc6f46e166d8a32f9a9b905ea8634c.zip
WIN32: Retrieve the version information for the resource script from base/internal_version.h
Diffstat (limited to 'dists/scummvm.rc')
-rw-r--r--dists/scummvm.rc10
1 files changed, 6 insertions, 4 deletions
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index e7e0a927c1..9153c1676c 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -4,6 +4,8 @@
#include "config.h"
#endif
+#include "base/internal_version.h"
+
#define FILE 256
#define IDI_ICON 1001
#define IDI_COUNT 1002
@@ -79,8 +81,8 @@ pred.dic FILE "dists/pred.dic"
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,1,0,0
- PRODUCTVERSION 2,1,0,0
+ FILEVERSION SCUMMVM_VER_MAJOR,SCUMMVM_VER_MINOR,SCUMMVM_VER_PATCH,0
+ PRODUCTVERSION SCUMMVM_VER_MAJOR,SCUMMVM_VER_MINOR,SCUMMVM_VER_PATCH,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@@ -98,13 +100,13 @@ BEGIN
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
VALUE "CompanyName", "scummvm.org\0"
VALUE "FileDescription", "http://www.scummvm.org/\0"
- VALUE "FileVersion", "2.1.0git\0"
+ VALUE "FileVersion", SCUMMVM_VERSION "\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2018 The ScummVM Team\0"
VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
VALUE "OriginalFilename", "scummvm.exe\0"
VALUE "ProductName", "ScummVM\0"
- VALUE "ProductVersion", "2.1.0git\0"
+ VALUE "ProductVersion", SCUMMVM_VERSION "\0"
END
END