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