Frederico Prado / smartRamalEZR

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

Fork of smartRamalKW by Equipe Firmware V2COM

Revision:
10:7a1d1abb5172
Parent:
9:e501499af4ef
Child:
12:0f549dfba86c
--- a/version.h	Wed Jul 22 15:09:01 2015 +0000
+++ b/version.h	Thu Jul 23 22:46:18 2015 +0000
@@ -5,10 +5,10 @@
 
 #ifdef TEST_MODE
     #define VERSION_LENGTH 20
-    static const char version[] = "SmartRamal v0.4 TST";
+    static const char version[] = "SmartRamal v0.5 TST";
 #else
     #define VERSION_LENGTH 16
-    static const char version[] = "SmartRamal v0.4";
+    static const char version[] = "SmartRamal v0.5";
 #endif
 
 #endif