Bump version to 4.4.2

This commit is contained in:
jgromes 2021-05-26 19:55:09 +02:00
parent cdeb7947a4
commit 251dd438a0
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
name=RadioLib
version=4.4.1
version=4.4.2
author=Jan Gromes <gromes.jan@gmail.com>
maintainer=Jan Gromes <gromes.jan@gmail.com>
sentence=Universal wireless communication library for Arduino

View file

@ -441,7 +441,7 @@
// version definitions
#define RADIOLIB_VERSION_MAJOR (0x04)
#define RADIOLIB_VERSION_MINOR (0x04)
#define RADIOLIB_VERSION_PATCH (0x01)
#define RADIOLIB_VERSION_PATCH (0x02)
#define RADIOLIB_VERSION_EXTRA (0x00)
#define RADIOLIB_VERSION ((RADIOLIB_VERSION_MAJOR << 24) | (RADIOLIB_VERSION_MINOR << 16) | (RADIOLIB_VERSION_PATCH << 8) | (RADIOLIB_VERSION_EXTRA))