Skip to content

Commit 08f7322

Browse files
0.5.12
1 parent cab31b5 commit 08f7322

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.5.12 (UNRELEASED)
1+
# 0.5.12 (2021-12-31)
22

33
## Added
44

modules/core/src/include/Nelson_VERSION.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define NELSON_VERSION_MINOR @Nelson_VERSION_MINOR@
3333
#define NELSON_VERSION_MAINTENANCE @Nelson_VERSION_MAINTENANCE@
3434
#define NELSON_VERSION_BUILD @Nelson_VERSION_BUILD@
35-
#define NELSON_VERSION_COMMIT_HASH "655761805b2b278d44d3476834e4fde3510bac8c"
35+
#define NELSON_VERSION_COMMIT_HASH "96f403ebbdd9be8f695f5b5ba5dc02078738a883"
3636

3737
/*VERSION string */
3838
#define __quote(x) #x

modules/core/src/include/Nelson_VERSION.h.vc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define NELSON_VERSION_MINOR 5
3333
#define NELSON_VERSION_MAINTENANCE 12
3434
#define NELSON_VERSION_BUILD 0
35-
#define NELSON_VERSION_COMMIT_HASH "655761805b2b278d44d3476834e4fde3510bac8c"
35+
#define NELSON_VERSION_COMMIT_HASH "96f403ebbdd9be8f695f5b5ba5dc02078738a883"
3636

3737
/*VERSION string */
3838
#define __quote(x) #x

0 commit comments

Comments
 (0)