From e48a9fe42bcc01fda8f3a8757b140a0e316c4daa Mon Sep 17 00:00:00 2001 From: Dohn Arms Date: Fri, 29 May 2020 10:44:15 -0500 Subject: [PATCH] making release --- aliveApp/src/aliveRecord.c | 2 +- documentation/aliveReleaseNotes.html | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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