Skip to content

Commit

Permalink
Updated CMakeList and NEWS for release 5.1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Nov 30, 2014
1 parent 6645f9f commit db6dceb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.8)
set(SMESH_VERSION_MAJOR 5)
set(SMESH_VERSION_MINOR 1)
set(SMESH_VERSION_PATCH 2)
set(SMESH_VERSION_TWEAK 5-dev)
set(SMESH_VERSION_TWEAK 5)


#####################
Expand Down
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 5.1.2.5 - November 2014

* fixed a regression in 5.1.2.4

* cmake improvements:
- Fix spelling of monolithic build option
- Add install target for documentation.
- Make sure ALL libraries get installed when not building the monolithic library.
- Install bundled boost to include/smesh if Boost not found by cmake

Users who contributed to this release:
Thomas Paviot, Richard Shaw

Version 5.1.2.4 - November 2014

* cmake improvements
Expand Down

0 comments on commit db6dceb

Please sign in to comment.