Skip to content

Commit

Permalink
Bump version and add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
guidotack committed Feb 6, 2017
1 parent f5422ec commit 9b71947
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 @@
2017-02-06
v2.1.3
- Update to MiniZinc 2.1.3.
- Avoid crashes and print error messages when mzn2fzn subprocess crashes.
- Changed meaning of "User-defined behavior" options, to have a clear
distinction between optimisation and satisfaction problems.
- Fix buffering of error output from mzn2fzn process (which would sometimes
not be printed to the output window).
- Suppress output after configurable number of solutions (to avoid
overloading the IDE output box).
2016-12-20
v2.1.2
- Update to MiniZinc 2.1.2.
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.1.2
VERSION = 2.1.3
DEFINES += MINIZINC_IDE_VERSION=\\\"$$VERSION\\\"

bundled {
Expand Down

0 comments on commit 9b71947

Please sign in to comment.