2015-05-14 23:56:04 +02:00
|
|
|
/*
|
|
|
|
* This file is a placeholder for a file which could be distributed in an archive
|
|
|
|
* It takes the place of an automatically created "_Version.h" which is generated during the build process
|
|
|
|
*/
|
|
|
|
|
2015-08-01 17:09:42 +02:00
|
|
|
// #error "You must specify the following parameters related to your distribution"
|
2015-05-23 03:58:37 +02:00
|
|
|
|
|
|
|
#if true
|
2015-11-30 13:17:40 +01:00
|
|
|
#define SHORT_BUILD_VERSION "1.1.0-RC3"
|
|
|
|
#define DETAILED_BUILD_VERSION "1.1.0-RC3 From Archive"
|
|
|
|
#define STRING_DISTRIBUTION_DATE "2015-12-01 12:00"
|
2015-09-28 17:29:02 +02:00
|
|
|
// It might also be appropriate to define a location where additional information can be found
|
|
|
|
#define SOURCE_CODE_URL "http:// ..."
|
2015-05-14 23:56:04 +02:00
|
|
|
#endif
|