Skip to content

Commit

Permalink
Switch to version 2.1.4~rc1
Browse files Browse the repository at this point in the history
* Updated CHANGELOG
  • Loading branch information
fabrejc committed Apr 21, 2017
1 parent 280b267 commit f7d0f6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
2.1.4

* Introduced run options in Builder, acccording to command line options
* Introduced run options in Builder, acccording to existing
command line options
* Added elapsed execution time for simulations in Builder
* Added menu entry in Builder to open the current project directory
in a file explorer
* Added keyboard shortcuts in Builder
* Updated icons sets for Builder and Devstudio, now based on material design
* Modified default behaviour when inserting generators in Builder,
now inserted at the beginning of the model
* Modified title for generators widgets in Builder to be more explicit
* Modified writing system of fluidx files to avoid data fragmentation
* Refactored Builder software architecture
* Cleaned code
* Fixed bugs
Expand Down
2 changes: 1 addition & 1 deletion CMake.in.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SET(OFBUILD_CUSTOM_CMAKE_VERSION "${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.
SET(OPENFLUID_VERSION_MAJOR 2)
SET(OPENFLUID_VERSION_MINOR 1)
SET(OPENFLUID_VERSION_PATCH 4)
SET(OPENFLUID_VERSION_STATUS "beta1") # example: SET(OPENFLUID_VERSION_STATUS "rc1")
SET(OPENFLUID_VERSION_STATUS "rc1") # example: SET(OPENFLUID_VERSION_STATUS "rc1")

SET(OPENFLUID_VERSION_FULL "${OPENFLUID_VERSION_MAJOR}.${OPENFLUID_VERSION_MINOR}.${OPENFLUID_VERSION_PATCH}")

Expand Down

0 comments on commit f7d0f6c

Please sign in to comment.