mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-18 04:06:42 -04:00
all version info now linked to Version.h .
This commit is contained in:
parent
0fac1ef7b3
commit
fdc7e066a6
4 changed files with 24 additions and 8 deletions
|
@ -2,4 +2,15 @@
|
|||
|
||||
#define PRODUCT_VERSION_MAJOR 2
|
||||
#define PRODUCT_VERSION_MINOR 1
|
||||
#define PRODUCT_VERSION_REVISION 0
|
||||
#define PRODUCT_VERSION_REVISION 0
|
||||
|
||||
#if !defined(_str)
|
||||
#define _str(x) #x
|
||||
#endif
|
||||
#define str(x) _str(x)
|
||||
|
||||
#define PRODUCT_VERSION_STRING str(PRODUCT_VERSION_MAJOR) \
|
||||
"." str(PRODUCT_VERSION_MINOR) \
|
||||
"." str(PRODUCT_VERSION_REVISION)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue