Skip to content

Commit

Permalink
MySensors 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfalkvidd committed Jan 24, 2018
2 parents 8d3d7ae + 8bb3cfb commit 64be32a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2.0-rc.2
MySensors Library v2.2.0

Please visit www.mysensors.org for more information

Expand Down
4 changes: 2 additions & 2 deletions core/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
#define MYSENSORS_LIBRARY_VERSION_MAJOR 2 //!< Major release version
#define MYSENSORS_LIBRARY_VERSION_MINOR 2 //!< Minor release version
#define MYSENSORS_LIBRARY_VERSION_PATCH 0 //!< Patch version
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE "rc.2" //!< Pre-release suffix, i.e. alpha, beta, rc.1, etc
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER 0x02 //!< incremental counter, starting at 0x00. 0xFF for final release
#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


#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.2.0-rc.2",
"version": "2.2.0",
"frameworks": "arduino",
"platforms": [
"atmelavr",
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.2.0-rc.2
version=2.2.0
author=The MySensors Team
maintainer=The MySensors Team
sentence=Home Automation Framework
Expand Down

0 comments on commit 64be32a

Please sign in to comment.