diff --git a/aliveApp/src/aliveRecord.c b/aliveApp/src/aliveRecord.c index 3b322cb..e512279 100644 --- a/aliveApp/src/aliveRecord.c +++ b/aliveApp/src/aliveRecord.c @@ -63,7 +63,7 @@ #define ALIVE_VERSION (1) #define ALIVE_REVISION (2) -#define ALIVE_MODIFICATION (0) +#define ALIVE_MODIFICATION (1) #define ALIVE_DEV_VERSION (0) // 0 means not dev #define PROTOCOL_VERSION (5) diff --git a/documentation/aliveReleaseNotes.html b/documentation/aliveReleaseNotes.html index d8a7860..2e779ac 100644 --- a/documentation/aliveReleaseNotes.html +++ b/documentation/aliveReleaseNotes.html @@ -9,6 +9,16 @@

alive Release Notes

+

Release 1-2-1

+ +

+ Added CONSOLE_INFO as EVDxx default. +

+ +

+ Fixed compilation issue for non-gcc compilers. +

+

Release 1-2-0