Skip to content

Commit

Permalink
Development version 2.4.0-alpha (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekka007 authored Dec 9, 2019
1 parent b9d9cc3 commit 9040272
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MySensors Library v2.3.2
MySensors Library v2.4.0-alpha

Please visit www.mysensors.org for more information

Expand Down
8 changes: 4 additions & 4 deletions core/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9040272

Please sign in to comment.