Skip to content

Commit

Permalink
Bump version to 2.4.3 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Mar 3, 2020
1 parent bd55d10 commit 8ffc13b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions MiniZincIDE/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2020-03-03
v2.4.3
- Disable menu items that don't make sense when all tabs are closed,
fix behaviour of stop button when all tabs closed (fixes several crashes).
- Add x86_64 suffix to linux package name (#96).
- Make boolean extra solver options with a default of true functional.
- Only read linter results if it exited normally (#97).
- Update alpine version to 3.11
- Resolve paths in _mooc to paths
(allowing submission of models in subdirectories).
2020-01-10
v2.4.2
- Fix syntax highlighting of keywords, and add syntax highlighting for
Expand Down
2 changes: 1 addition & 1 deletion MiniZincIDE/MiniZincIDE.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ greaterThan(QT_MAJOR_VERSION, 4): {
TARGET = MiniZincIDE
TEMPLATE = app

VERSION = 2.4.2
VERSION = 2.4.3
DEFINES += MINIZINC_IDE_VERSION=\\\"$$VERSION\\\"

bundled {
Expand Down

0 comments on commit 8ffc13b

Please sign in to comment.