Skip to content

Commit 64be32a

Browse files
committed
MySensors 2.2.0 release
2 parents 8d3d7ae + 8bb3cfb commit 64be32a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.2.0-rc.2
1+
MySensors Library v2.2.0
22

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

core/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
#define MYSENSORS_LIBRARY_VERSION_MAJOR 2 //!< Major release version
5050
#define MYSENSORS_LIBRARY_VERSION_MINOR 2 //!< Minor release version
5151
#define MYSENSORS_LIBRARY_VERSION_PATCH 0 //!< Patch version
52-
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE "rc.2" //!< Pre-release suffix, i.e. alpha, beta, rc.1, etc
53-
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER 0x02 //!< incremental counter, starting at 0x00. 0xFF for final release
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
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.2.0-rc.2",
10+
"version": "2.2.0",
1111
"frameworks": "arduino",
1212
"platforms": [
1313
"atmelavr",

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.2.0-rc.2
2+
version=2.2.0
33
author=The MySensors Team
44
maintainer=The MySensors Team
55
sentence=Home Automation Framework

0 commit comments

Comments
 (0)