From ea9dfbe3a60182facbec82732d35a1320742ecba Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 25 Jul 2021 21:12:09 +0200 Subject: [PATCH] Bump version to 4.5.0 --- library.properties | 2 +- src/BuildOpt.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.properties b/library.properties index c09b3c71..94f1257e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RadioLib -version=4.4.2 +version=4.5.0 author=Jan Gromes maintainer=Jan Gromes sentence=Universal wireless communication library for Arduino diff --git a/src/BuildOpt.h b/src/BuildOpt.h index 30a9558a..00f12f09 100644 --- a/src/BuildOpt.h +++ b/src/BuildOpt.h @@ -440,8 +440,8 @@ // version definitions #define RADIOLIB_VERSION_MAJOR (0x04) -#define RADIOLIB_VERSION_MINOR (0x04) -#define RADIOLIB_VERSION_PATCH (0x02) +#define RADIOLIB_VERSION_MINOR (0x05) +#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))