Marlin 1.1.0 Release Candidate 3 - 01 December 2015

This commit is contained in:
Richard Wackerbarth
2015-11-30 06:17:40 -06:00
parent bb4efcf603
commit 5a54204f72
2 changed files with 12 additions and 7 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-RC2"
#define DETAILED_BUILD_VERSION "1.1.0-RC2 From Archive"
#define STRING_DISTRIBUTION_DATE "2015-09-28 12: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"
// It might also be appropriate to define a location where additional information can be found
#define SOURCE_CODE_URL "http:// ..."
#endif