Skip to content

Commit

Permalink
Add changes to change log and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
guidotack committed Dec 6, 2015
1 parent fe84efe commit efc9dbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion MiniZincIDE/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
?
2015-12-07
v2.0.9
- Remove (unimplemented) menu item for adding files to a project.
- Fix version number comparison to work for multi-digit minor and patch
versions.
2015-10-19
v2.0.8
- Only disable the run and compile actions when a solving process is currently
running (keep editor and rest of the user interface enabled).
Expand Down
2 changes: 1 addition & 1 deletion MiniZincIDE/MiniZincIDE.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MiniZincIDE
TEMPLATE = app

VERSION = 2.0.8
VERSION = 2.0.9
DEFINES += MINIZINC_IDE_VERSION=\\\"$$VERSION\\\"

bundled {
Expand Down

0 comments on commit efc9dbe

Please sign in to comment.