Skip to content

Commit a190034

Browse files
authored
MySensors 2.2.0-rc.1 (#959)
1 parent 571947c commit a190034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 "beta" //!< Pre-release suffix, i.e. alpha, beta, rc.1, etc
53-
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER 0x00 //!< 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 0x01 //!< incremental counter, starting at 0x00. 0xFF for final release
5454

5555

5656
#if (MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER != 0xFF)

0 commit comments

Comments
 (0)