Skip to content

Commit

Permalink
Development version 2.3.2-alpha (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfalkvidd committed Dec 14, 2018
1 parent f4fd69e commit a677a7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
MySensors Library v2.3.1
MySensors Library v2.3.2-alpha

Please visit www.mysensors.org for more information

Expand Down
6 changes: 3 additions & 3 deletions core/Version.h
Expand Up @@ -48,9 +48,9 @@

#define MYSENSORS_LIBRARY_VERSION_MAJOR 2 //!< Major release version
#define MYSENSORS_LIBRARY_VERSION_MINOR 3 //!< Minor release version
#define MYSENSORS_LIBRARY_VERSION_PATCH 1 //!< Patch version
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE "beta" //!< 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_PATCH 2 //!< 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
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/mysensors/MySensors.git"
},
"version": "2.3.1",
"version": "2.3.2-alpha",
"frameworks": "arduino",
"platforms": "*",
"export": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=MySensors
version=2.3.1
version=2.3.2-alpha
author=The MySensors Team
maintainer=The MySensors Team
sentence=Home Automation Framework
Expand Down

0 comments on commit a677a7d

Please sign in to comment.