]> cloudbase.mooo.com Git - z180-stamp.git/commitdiff
version in start message
authorMarcel <dl1ekm@darc.de>
Wed, 25 May 2016 12:11:23 +0000 (14:11 +0200)
committerLeo C <erbl259-lmu@yahoo.de>
Wed, 25 May 2016 12:11:23 +0000 (14:11 +0200)
avr/main.c
include/config.h

index 0a1cab6535be3d4268a2d4264998a04687b089aa..7796a36bf4d0245c5c6894eec3011d46cb5b8be5 100644 (file)
@@ -276,7 +276,7 @@ int main(void)
        setup_system_time();
        setup_fatfs();
 
-       printf_P(PSTR("\n" MCU_STRING "+Z8S180 Stamp Monitor\n\n"));
+       printf_P(PSTR("\n" MCU_STRING "+Z8S180 Stamp Monitor - Version: " VERSION  " \n\n"));
 
        setup_z180_serv();
 
index 0f9cdc8a182938f62892c18e1d142a84b1db7848..9217a5464b308656324bf84fb07dbcf98cfd0be5 100644 (file)
@@ -7,6 +7,9 @@
 #ifndef CONFIG_H
 #define CONFIG_H
 
+/* Version */
+#define VERSION                 "0.6.6.1"
+
 /* Environment variables */
 
 #define ENV_BAUDRATE                   "baudrate"