Bläddra i källkod

Make STRING_VERSION and VERSION_STRING the same

AnHardt 9 år sedan
förälder
incheckning
8c792c7b22
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h Visa fil

@@ -24,11 +24,11 @@
24 24
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
25 25
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
26 26
 // build by the user have been successfully uploaded into firmware.
27
-#define STRING_VERSION "v1.0.2"
27
+#define STRING_VERSION "1.0.2"
28 28
 #define STRING_URL "reprap.org"
29 29
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
30 30
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
31
-#define STRING_SPLASH STRING_VERSION " - " STRING_URL // will be shown during bootup
31
+#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
32 32
 
33 33
 // SERIAL_PORT selects which serial port should be used for communication with the host.
34 34
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

Laddar…
Avbryt
Spara