Skip to content

Commit bec970b

Browse files
v0.3.9
1 parent 635c47d commit bec970b

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.3.9 (2019-09-XX)
1+
# 0.3.9 (2019-09-25)
22

33
Features:
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 "2b4c26eb5e15a4b7c9d2f5b26e8f529f6dabbbf6"
35+
#define NELSON_VERSION_COMMIT_HASH "635c47df387396a60fbc5859b9f8e05570ec72a1"
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 3
3333
#define NELSON_VERSION_MAINTENANCE 9
3434
#define NELSON_VERSION_BUILD 0
35-
#define NELSON_VERSION_COMMIT_HASH "2b4c26eb5e15a4b7c9d2f5b26e8f529f6dabbbf6"
35+
#define NELSON_VERSION_COMMIT_HASH "635c47df387396a60fbc5859b9f8e05570ec72a1"
3636

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

0 commit comments

Comments
 (0)