Skip to content

Commit

Permalink
Bump version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Jun 13, 2022
1 parent 58075df commit 0fab561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=RadioLib
version=5.1.2
version=5.2.0
author=Jan Gromes <[email protected]>
maintainer=Jan Gromes <[email protected]>
sentence=Universal wireless communication library
Expand Down
4 changes: 2 additions & 2 deletions src/BuildOpt.h
Original file line number Diff line number Diff line change
Expand Up @@ -1023,8 +1023,8 @@

// version definitions
#define RADIOLIB_VERSION_MAJOR (0x05)
#define RADIOLIB_VERSION_MINOR (0x01)
#define RADIOLIB_VERSION_PATCH (0x02)
#define RADIOLIB_VERSION_MINOR (0x02)
#define RADIOLIB_VERSION_PATCH (0x00)
#define RADIOLIB_VERSION_EXTRA (0x00)

#define RADIOLIB_VERSION ((RADIOLIB_VERSION_MAJOR << 24) | (RADIOLIB_VERSION_MINOR << 16) | (RADIOLIB_VERSION_PATCH << 8) | (RADIOLIB_VERSION_EXTRA))
Expand Down

0 comments on commit 0fab561

Please sign in to comment.