Skip to content

Commit 9040272

Browse files
authored
Development version 2.4.0-alpha (#1373)
1 parent b9d9cc3 commit 9040272

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MySensors Library v2.3.2
1+
MySensors Library v2.4.0-alpha
22

33
Please visit www.mysensors.org for more information
44

core/Version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
#define STR(x) STR_HELPER(x) //!< Helper macro, STR()
4848

4949
#define MYSENSORS_LIBRARY_VERSION_MAJOR 2 //!< Major release version
50-
#define MYSENSORS_LIBRARY_VERSION_MINOR 3 //!< Minor release version
51-
#define MYSENSORS_LIBRARY_VERSION_PATCH 2 //!< Patch version
52-
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE "" //!< Pre-release suffix, i.e. alpha, beta, rc.1, etc
53-
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER 0xFF //!< incremental counter, starting at 0x00. 0xFF for final release
50+
#define MYSENSORS_LIBRARY_VERSION_MINOR 4 //!< Minor release version
51+
#define MYSENSORS_LIBRARY_VERSION_PATCH 0 //!< Patch version
52+
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE "alpha" //!< Pre-release suffix, i.e. alpha, beta, rc.1, etc
53+
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER 0x00 //!< incremental counter, starting at 0x00. 0xFF for final release
5454

5555

5656
#if (MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER != 0xFF)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/mysensors/MySensors.git"
99
},
10-
"version": "2.3.2",
10+
"version": "2.4.0-alpha",
1111
"frameworks": "arduino",
1212
"platforms": "*",
1313
"export": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MySensors
2-
version=2.3.2
2+
version=2.4.0-alpha
33
author=The MySensors Team
44
maintainer=The MySensors Team
55
sentence=Home Automation Framework

0 commit comments

Comments
 (0)