Skip to content

Commit

Permalink
This is v0.22.0-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Feb 14, 2022
1 parent 595964c commit aa3c4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CatenaBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Copyright notice:
(((major) << 24u) | ((minor) << 16u) | ((patch) << 8u) | (local))

#define CATENA_ARDUINO_PLATFORM_VERSION \
CATENA_ARDUINO_PLATFORM_VERSION_CALC(0, 22, 0, 1) /* v0.22.0-pre1 */
CATENA_ARDUINO_PLATFORM_VERSION_CALC(0, 22, 0, 2) /* v0.22.0-pre2 */

#define CATENA_ARDUINO_PLATFORM_VERSION_GET_MAJOR(v) \
(((v) >> 24u) & 0xFFu)
Expand Down

0 comments on commit aa3c4be

Please sign in to comment.