浏览代码

This will be the 1.1.0 Release rather than 1.0.3

Richard Wackerbarth 9 年前
父节点
当前提交
cd7828a928
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4
    3
      Marlin/Default_Version.h

+ 4
- 3
Marlin/Default_Version.h 查看文件

3
  * It takes the place of an automatically created "_Version.h" which is generated during the build process
3
  * It takes the place of an automatically created "_Version.h" which is generated during the build process
4
  */
4
  */
5
 
5
 
6
-// #error "You must specify the following parameter related to your distribution"
6
+// #error "You must specify the following parameters related to your distribution"
7
 
7
 
8
 #if true
8
 #if true
9
-  #define BUILD_VERSION "1.0.3 dev"
10
-  #define STRING_DISTRIBUTION_DATE "2015-06-00 12:00"
9
+  #define SHORT_BUILD_VERSION "1.1.0 dev"
10
+  #define DETAILED_BUILD_VERSION "1.1.0 Development From Archive"
11
+  #define STRING_DISTRIBUTION_DATE "2015-08-00 12:00"
11
   // It might also be appropriate to define a location where additional information can be found
12
   // It might also be appropriate to define a location where additional information can be found
12
   #define SOURCE_CODE_URL  "http:// ..."
13
   #define SOURCE_CODE_URL  "http:// ..."
13
 #endif
14
 #endif

正在加载...
取消
保存