Skip to content

Commit

Permalink
chore: update library version to 1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Oct 12, 2023
1 parent 1524cb8 commit 90414bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/STM32RTC.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90414bc

Please sign in to comment.