Marlin 1.1.0 Release Candidate 2 - 29 September 2015

This commit is contained in:
Richard Wackerbarth
2015-09-28 10:29:02 -05:00
parent 03f0edb57e
commit 91b5156b3e
2 changed files with 26 additions and 15 deletions

View File

@ -6,9 +6,9 @@
// #error "You must specify the following parameters related to your distribution"
#if true
#define SHORT_BUILD_VERSION "1.1.0 dev"
#define DETAILED_BUILD_VERSION "1.1.0 Development From Archive"
#define STRING_DISTRIBUTION_DATE "2015-08-00 12:00"
// It might also be appropriate to define a location where additional information can be found
#define SOURCE_CODE_URL "http:// ..."
#define SHORT_BUILD_VERSION "1.1.0-RC2"
#define DETAILED_BUILD_VERSION "1.1.0-RC2 From Archive"
#define STRING_DISTRIBUTION_DATE "2015-09-28 12:00"
// It might also be appropriate to define a location where additional information can be found
#define SOURCE_CODE_URL "http:// ..."
#endif