From f3838ae4b0512f0970f6bafa0d5a9e493ffc0c40 Mon Sep 17 00:00:00 2001 From: Pascal Langer Date: Wed, 20 Dec 2017 12:48:53 +0100 Subject: [PATCH] Prepare for release of a stable version --- Multiprotocol/Multiprotocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Multiprotocol/Multiprotocol.h b/Multiprotocol/Multiprotocol.h index 996f55a..0b79894 100644 --- a/Multiprotocol/Multiprotocol.h +++ b/Multiprotocol/Multiprotocol.h @@ -17,9 +17,9 @@ // Version //****************** #define VERSION_MAJOR 1 -#define VERSION_MINOR 1 -#define VERSION_REVISION 6 -#define VERSION_PATCH_LEVEL 47 +#define VERSION_MINOR 2 +#define VERSION_REVISION 0 +#define VERSION_PATCH_LEVEL 0 //****************** // Protocols //******************