Skip to content

Commit 26232da

Browse files
authored
MySensors 2.2.0-rc.2 (#1000)
1 parent 6337b8b commit 26232da

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ bin
1010
*.sublime-workspace
1111
.idea
1212
doxygen.log
13+
TAGS
14+
tags

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-beta
1+
MySensors Library v2.2.0-rc.2
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.1" //!< Pre-release suffix, i.e. alpha, beta, rc.1, etc
53-
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER 0x01 //!< incremental counter, starting at 0x00. 0xFF for final release
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
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.1",
10+
"version": "2.2.0-rc.2",
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.1
2+
version=2.2.0-rc.2
33
author=The MySensors Team
44
maintainer=The MySensors Team
55
sentence=Home Automation Framework

0 commit comments

Comments
 (0)