From 90414bcb87c41307b9a93b84a4ae589d6d621325 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 12 Oct 2023 10:44:56 +0200 Subject: [PATCH] chore: update library version to 1.4.0 Signed-off-by: Frederic Pillon --- library.json | 2 +- library.properties | 2 +- src/STM32RTC.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 80ec1cc..5c570df 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/stm32duino/STM32RTC" }, - "version": "1.3.7", + "version": "1.4.0", "frameworks": "arduino", "platforms": "ststm32", "build": { diff --git a/library.properties b/library.properties index bd8adde..4666e3a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=STM32duino RTC -version=1.3.7 +version=1.4.0 author=STMicroelectronics maintainer=stm32duino sentence=Allows to use the RTC functionalities of STM32 based boards. diff --git a/src/STM32RTC.h b/src/STM32RTC.h index 6235b6c..fe0374c 100644 --- a/src/STM32RTC.h +++ b/src/STM32RTC.h @@ -52,8 +52,8 @@ * @brief STM32 RTC library version number */ #define STM32_RTC_VERSION_MAJOR (0x01U) /*!< [31:24] major version */ -#define STM32_RTC_VERSION_MINOR (0x03U) /*!< [23:16] minor version */ -#define STM32_RTC_VERSION_PATCH (0x06U) /*!< [15:8] patch version */ +#define STM32_RTC_VERSION_MINOR (0x04U) /*!< [23:16] minor version */ +#define STM32_RTC_VERSION_PATCH (0x00U) /*!< [15:8] patch version */ /* * Extra label for development: * 0: official release