Skip to content

Commit 90414bc

Browse files
committed
chore: update library version to 1.4.0
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 1524cb8 commit 90414bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/stm32duino/STM32RTC"
99
},
10-
"version": "1.3.7",
10+
"version": "1.4.0",
1111
"frameworks": "arduino",
1212
"platforms": "ststm32",
1313
"build": {

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=STM32duino RTC
2-
version=1.3.7
2+
version=1.4.0
33
author=STMicroelectronics
44
maintainer=stm32duino
55
sentence=Allows to use the RTC functionalities of STM32 based boards.

src/STM32RTC.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
* @brief STM32 RTC library version number
5353
*/
5454
#define STM32_RTC_VERSION_MAJOR (0x01U) /*!< [31:24] major version */
55-
#define STM32_RTC_VERSION_MINOR (0x03U) /*!< [23:16] minor version */
56-
#define STM32_RTC_VERSION_PATCH (0x06U) /*!< [15:8] patch version */
55+
#define STM32_RTC_VERSION_MINOR (0x04U) /*!< [23:16] minor version */
56+
#define STM32_RTC_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
5757
/*
5858
* Extra label for development:
5959
* 0: official release

0 commit comments

Comments
 (0)