From e28bfc69a87fa8febf54c9efe5fd7f723d4e1a0f Mon Sep 17 00:00:00 2001 From: "marco.silipo" Date: Thu, 28 Mar 2019 14:44:33 +0100 Subject: [PATCH] Upped revision --- src/Entry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Entry.h b/src/Entry.h index 0c342efa..cb63a219 100644 --- a/src/Entry.h +++ b/src/Entry.h @@ -17,8 +17,8 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 2 -#define VERSION_REVISION 1 -#define VERSION "INDEV" +#define VERSION_REVISION 2 +#define VERSION "RC1" #define VERSION_FULL VERSION " - " __DATE__ " " __TIME__ #define VERSION_MAJORMINOR CONCAT(VERSION_MAJOR, VERSION_MINOR)