Skip to content

Commit

Permalink
Version 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Dec 10, 2024
1 parent 81e0c56 commit 00a99d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

**VERSIONS:**

+ **[v2.13.0](./changelog/v2.13.0/changelog.md)**
+ **[v2.12.2](./changelog/v2.12.2/changelog.md)**
+ **[v2.12.1](./changelog/v2.12.1/changelog.md)**
+ **[v2.12.0](./changelog/v2.12.0/changelog.md)**
+ **[v2.11.5](./changelog/v2.11.5/changelog.md)**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

---

# `v2.13.0`
# `v2.12.2`

+ released: 2024-11-29
+ released: 2024-12-11

## Changes

+ [`v2.13.0`](#v2130)
+ [`v2.12.2`](#v2122)
+ [Changes](#changes)
+ [Improvements](#improvements)
+ [mikroSDK](#mikrosdk)
Expand Down
4 changes: 2 additions & 2 deletions platform/mikrosdk_version/include/mikrosdk_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ extern "C"{
* @note changes in minor version indicate that there have been
* significant improvements and/or features added
*/
#define mikroSDK_MINOR_VERSION 13
#define mikroSDK_MINOR_VERSION 12

/**
* @brief mikroSDK_PATCH_VERSION
* @note changes in patch version indicate smaller updates,
* bug fixes and improvements
*/
#define mikroSDK_PATCH_VERSION 1
#define mikroSDK_PATCH_VERSION 2

/**
* @brief mikroSDK_GET_VERSION
Expand Down

0 comments on commit 00a99d2

Please sign in to comment.