From 0fc2fc210ea391837d989ba3fe7da2f71bbec074 Mon Sep 17 00:00:00 2001 From: "marco.silipo" Date: Mon, 23 Dec 2019 22:24:42 +0100 Subject: [PATCH] Upped Revision --- src/Entry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entry.h b/src/Entry.h index adacf45f..c4df93dd 100644 --- a/src/Entry.h +++ b/src/Entry.h @@ -17,7 +17,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 3 -#define VERSION_REVISION 1 +#define VERSION_REVISION 2 #define VERSION "RC1" #define VERSION_FULL VERSION " - " __DATE__ " " __TIME__ #define VERSION_MAJORMINOR CONCAT(VERSION_MAJOR, VERSION_MINOR)