Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Jan 30, 2021
1 parent e7bf679 commit db7d008
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.5.XX (2021-01-XX)
# 0.5.1 (2021-01-30)

- `qt_version` builtin: returns the version number of Qt at run-time.

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/include/Nelson_VERSION.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define NELSON_VERSION_MINOR @Nelson_VERSION_MINOR@
#define NELSON_VERSION_MAINTENANCE @Nelson_VERSION_MAINTENANCE@
#define NELSON_VERSION_BUILD @Nelson_VERSION_BUILD@
#define NELSON_VERSION_COMMIT_HASH "5d7b5c5586e05143eb75fad9b9fa68725811be19"
#define NELSON_VERSION_COMMIT_HASH "d0f083f4ba9bc6735feb3ff4f411b769b8cfb6fb"

/*VERSION string */
#define __quote(x) #x
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/include/Nelson_VERSION.h.vc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define NELSON_VERSION_MINOR 5
#define NELSON_VERSION_MAINTENANCE 1
#define NELSON_VERSION_BUILD 0
#define NELSON_VERSION_COMMIT_HASH "5d7b5c5586e05143eb75fad9b9fa68725811be19"
#define NELSON_VERSION_COMMIT_HASH "d0f083f4ba9bc6735feb3ff4f411b769b8cfb6fb"

/*VERSION string */
#define __quote(x) #x
Expand Down

0 comments on commit db7d008

Please sign in to comment.