Skip to content

Commit

Permalink
Bump version to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed May 5, 2021
1 parent 333aa43 commit a91e63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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=4.4.0
version=4.4.1
author=Jan Gromes <gromes.jan@gmail.com>
maintainer=Jan Gromes <gromes.jan@gmail.com>
sentence=Universal wireless communication library for Arduino
Expand Down
2 changes: 1 addition & 1 deletion src/BuildOpt.h
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
// version definitions
#define RADIOLIB_VERSION_MAJOR (0x04)
#define RADIOLIB_VERSION_MINOR (0x04)
#define RADIOLIB_VERSION_PATCH (0x00)
#define RADIOLIB_VERSION_PATCH (0x01)
#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 a91e63a

Please sign in to comment.