EZR

Dependencies:   CRC16 FreescaleIAP FreescaleWatchdog GGSProtocol LM75B PIMA Parameters PersistentCircularQueue SerialNumberV2COM mbed-dev-watchdog_2016_03_04

Fork of smartRamalKW by Equipe Firmware V2COM

Revision:
16:cae76dbd681f
Parent:
15:12db9ae94161
Child:
19:1f623070b9dd
--- a/version.h	Wed Jul 29 22:15:41 2015 +0000
+++ b/version.h	Thu Jul 30 17:24:01 2015 +0000
@@ -4,9 +4,9 @@
 #include "settings.h"
 
 #ifdef TEST_MODE
-    static const char version[] = "SmartRamal v1.0 TST";
+    static const char version[] = "SmartRamal v1.1 TST";
 #else
-    static const char version[] = "SmartRamal v1.0";
+    static const char version[] = "SmartRamal v1.1";
 #endif
 
 #endif