Skip to content

Commit f81f0db

Browse files
0.4.12
1 parent 44b6bb4 commit f81f0db

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.12 (2020-12-XX)
1+
# 0.4.12 (2020-12-30)
22

33
- `eig` builtin: Eigenvalues and eigenvectors.
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 "bfc7bad147214cadd02e2cbd35be0c8bfffae303"
35+
#define NELSON_VERSION_COMMIT_HASH "0b04406a5468e67f6afb1866031e0c84e3e0b71e"
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 12
3434
#define NELSON_VERSION_BUILD 0
35-
#define NELSON_VERSION_COMMIT_HASH "bfc7bad147214cadd02e2cbd35be0c8bfffae303"
35+
#define NELSON_VERSION_COMMIT_HASH "0b04406a5468e67f6afb1866031e0c84e3e0b71e"
3636

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

0 commit comments

Comments
 (0)