From 9040272ccbf57026780ed10f589a5498db729ae9 Mon Sep 17 00:00:00 2001 From: Olivier Date: Mon, 9 Dec 2019 22:43:02 +0100 Subject: [PATCH] Development version 2.4.0-alpha (#1373) --- README.md | 2 +- core/Version.h | 8 ++++---- library.json | 2 +- library.properties | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5e36c2039..7889368d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -MySensors Library v2.3.2 +MySensors Library v2.4.0-alpha Please visit www.mysensors.org for more information diff --git a/core/Version.h b/core/Version.h index 4490778e7..0fc49afbd 100644 --- a/core/Version.h +++ b/core/Version.h @@ -47,10 +47,10 @@ #define STR(x) STR_HELPER(x) //!< Helper macro, STR() #define MYSENSORS_LIBRARY_VERSION_MAJOR 2 //!< Major release version -#define MYSENSORS_LIBRARY_VERSION_MINOR 3 //!< Minor release version -#define MYSENSORS_LIBRARY_VERSION_PATCH 2 //!< Patch version -#define MYSENSORS_LIBRARY_VERSION_PRERELEASE "" //!< Pre-release suffix, i.e. alpha, beta, rc.1, etc -#define MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER 0xFF //!< incremental counter, starting at 0x00. 0xFF for final release +#define MYSENSORS_LIBRARY_VERSION_MINOR 4 //!< Minor release version +#define MYSENSORS_LIBRARY_VERSION_PATCH 0 //!< Patch version +#define MYSENSORS_LIBRARY_VERSION_PRERELEASE "alpha" //!< Pre-release suffix, i.e. alpha, beta, rc.1, etc +#define MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER 0x00 //!< incremental counter, starting at 0x00. 0xFF for final release #if (MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER != 0xFF) diff --git a/library.json b/library.json index 6c29ab35c..2c76821d7 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/mysensors/MySensors.git" }, - "version": "2.3.2", + "version": "2.4.0-alpha", "frameworks": "arduino", "platforms": "*", "export": { diff --git a/library.properties b/library.properties index 2354fe60b..04e2bb7d9 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MySensors -version=2.3.2 +version=2.4.0-alpha author=The MySensors Team maintainer=The MySensors Team sentence=Home Automation Framework