mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Increment version number.
This commit is contained in:
parent
9fe6ca7506
commit
7698c8fe74
|
@ -4,9 +4,9 @@
|
|||
// Do this version number update as the very last commit for the new release version.
|
||||
#define PROGRAM_VERSION_MAJOR 1
|
||||
#define PROGRAM_VERSION_MINOR 0
|
||||
#define PROGRAM_VERSION_MAINTENANCE 1
|
||||
#define PROGRAM_VERSION_MAINTENANCE 2
|
||||
#define PROGRAM_VERSION_REVISION 0
|
||||
#define PROGRAM_VERSION_STRING "1.0.1.0 - built " __DATE__ " - " __TIME__
|
||||
#define RESOURCE_VERSION_STRING "1,0,1,0\0"
|
||||
#define PROGRAM_VERSION_STRING "1.0.2.0 - built " __DATE__ " - " __TIME__
|
||||
#define RESOURCE_VERSION_STRING "1,0,2,0\0"
|
||||
|
||||
#define RESOURCE_VERSION PROGRAM_VERSION_MAJOR,PROGRAM_VERSION_MINOR,PROGRAM_VERSION_MAINTENANCE,PROGRAM_VERSION_REVISION
|
||||
|
|
Loading…
Reference in a new issue