Skip to content

Commit

Permalink
fix #480 update APPLICATION_PUBLISHER (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Jul 30, 2021
1 parent 32459ec commit 63a638b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

- some warnings detected by LGTM or VS fixed.

## Bug Fixes:

- [#480](http://github.com/Nelson-numerical-software/nelson/issues/468): A(':') = [] was not managed.


# 0.5.7 (2021-07-24)

## Features:
Expand Down
2 changes: 1 addition & 1 deletion tools/innosetup/Nelson.iss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define APPLICATION_EXE_GUI_NAME "Nelson-gui.exe"
#define APPLICATION_EXE_CLI_NAME "Nelson-cli.exe"
#define APPLICATION_EXE_ADV_CLI_NAME "Nelson-adv-cli.exe"
#define APPLICATION_PUBLISHER "Allan CORNET"
#define APPLICATION_PUBLISHER "Nelson numerical software (Allan CORNET)"
#ifdef NELSON_X64
#define FULL_APPLICATION_NAME APPLICATION_NAME + "-" + APPLICATION_VERSION + " (64 bits)"
#else
Expand Down

0 comments on commit 63a638b

Please sign in to comment.