Skip to content

Commit 19e618d

Browse files
0.4.7
1 parent f76d1bd commit 19e618d

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.4.7 (2020-07-XX)
1+
# 0.4.7 (2020-07-31)
22

33
* [#311](http://github.com/Nelson-numerical-software/nelson/issues/311): betainc builtin: Incomplete beta function.
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 "c95d86620301a08247cf6afa2f47ca6439833608"
35+
#define NELSON_VERSION_COMMIT_HASH "f54d783b42a783ad039620d8a2876ad4d5487a94"
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 4
3333
#define NELSON_VERSION_MAINTENANCE 7
3434
#define NELSON_VERSION_BUILD 0
35-
#define NELSON_VERSION_COMMIT_HASH "c95d86620301a08247cf6afa2f47ca6439833608"
35+
#define NELSON_VERSION_COMMIT_HASH "f54d783b42a783ad039620d8a2876ad4d5487a94"
3636

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

0 commit comments

Comments
 (0)