From f57140ca91c95e0e5b5c5735e74fb73457477a8c Mon Sep 17 00:00:00 2001 From: anschrammh Date: Tue, 15 Dec 2020 00:15:08 +0100 Subject: [PATCH] Updated version history --- src/app/versions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/versions.h b/src/app/versions.h index 095ac7e..6a8c7cf 100644 --- a/src/app/versions.h +++ b/src/app/versions.h @@ -36,6 +36,7 @@ #define SOFT_VERSION "1.6.4" //Added the forceRefresh() method to the ScreenManager Object #define SOFT_VERSION "1.6.5" //Removed the sd card mount and unmount api calls, replaced with the sdCardAction api call which takes a parameter (does the same thing) #define SOFT_VERSION "1.6.6" //Removed useless INIT state that was like the LINE_BREAK state and added '-' as an allowed PARAM and VALUE character +#define SOFT_VERSION "1.6.7" //Changed the way we store and return the 3 letter month abbreviation #endif //VERSIONS_H