Skip to content

Commit 3e2c542

Browse files
authored
Bumping version to 2.3.2-rc.1 (#1362)
1 parent 409b079 commit 3e2c542

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.3.2-beta
1+
MySensors Library v2.3.2-rc.1
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 3 //!< Minor release version
5151
#define MYSENSORS_LIBRARY_VERSION_PATCH 2 //!< Patch version
52-
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE "beta" //!< Pre-release suffix, i.e. alpha, beta, rc.1, etc
53-
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER 0x09 //!< incremental counter, starting at 0x00. 0xFF for final release
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 0x0A //!< 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.3.2-beta",
10+
"version": "2.3.2-rc.1",
1111
"frameworks": "arduino",
1212
"platforms": "*",
1313
"export": {

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

0 commit comments

Comments
 (0)