mirror of
https://github.com/mysensors/MySensors.git
synced 2026-02-20 01:21:27 +01:00
MySensors 2.2.0-rc.2 (#1000)
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -10,3 +10,5 @@ bin
|
||||
*.sublime-workspace
|
||||
.idea
|
||||
doxygen.log
|
||||
TAGS
|
||||
tags
|
||||
@@ -1,4 +1,4 @@
|
||||
MySensors Library v2.2.0-beta
|
||||
MySensors Library v2.2.0-rc.2
|
||||
|
||||
Please visit www.mysensors.org for more information
|
||||
|
||||
|
||||
@@ -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.1" //!< Pre-release suffix, i.e. alpha, beta, rc.1, etc
|
||||
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER 0x01 //!< incremental counter, starting at 0x00. 0xFF for final release
|
||||
#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
|
||||
|
||||
|
||||
#if (MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER != 0xFF)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/mysensors/MySensors.git"
|
||||
},
|
||||
"version": "2.2.0-rc.1",
|
||||
"version": "2.2.0-rc.2",
|
||||
"frameworks": "arduino",
|
||||
"platforms": [
|
||||
"atmelavr",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name=MySensors
|
||||
version=2.2.0-rc.1
|
||||
version=2.2.0-rc.2
|
||||
author=The MySensors Team
|
||||
maintainer=The MySensors Team
|
||||
sentence=Home Automation Framework
|
||||
|
||||
Reference in New Issue
Block a user