Skip to content

Commit 39cf55e

Browse files
0.6.2
1 parent b7c2868 commit 39cf55e

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
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## UNRELEASED
7+
## 0.6.2 (2022-02-26)
88

99
### Changed
1010

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 "65c764b2bae6ca738f851946e8bbb609a9a04268"
35+
#define NELSON_VERSION_COMMIT_HASH "3d2dcf84ecbcf0a7facdd1c94c1382d640626b81"
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 6
3333
#define NELSON_VERSION_MAINTENANCE 2
3434
#define NELSON_VERSION_BUILD 0
35-
#define NELSON_VERSION_COMMIT_HASH "65c764b2bae6ca738f851946e8bbb609a9a04268"
35+
#define NELSON_VERSION_COMMIT_HASH "3d2dcf84ecbcf0a7facdd1c94c1382d640626b81"
3636

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

0 commit comments

Comments
 (0)