2015-05-14 21:56:04 +00: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 15:09:42 +00:00
|
|
|
// #error "You must specify the following parameters related to your distribution"
|
2015-05-23 01:58:37 +00:00
|
|
|
|
|
|
|
#if true
|
2015-11-30 12:17:40 +00: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 15:29:02 +00:00
|
|
|
// It might also be appropriate to define a location where additional information can be found
|
|
|
|
#define SOURCE_CODE_URL "http:// ..."
|
2015-05-14 21:56:04 +00:00
|
|
|
#endif
|