Procházet zdrojové kódy

This will be the 1.1.0 Release rather than 1.0.3

Richard Wackerbarth před 9 roky
rodič
revize
cd7828a928
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 4
    3
      Marlin/Default_Version.h

+ 4
- 3
Marlin/Default_Version.h Zobrazit soubor

@@ -3,11 +3,12 @@
3 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 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 12
   // It might also be appropriate to define a location where additional information can be found
12 13
   #define SOURCE_CODE_URL  "http:// ..."
13 14
 #endif

Loading…
Zrušit
Uložit