File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- New in 4.10.1-1 (08 Oct 2024):
2- - module -M: simple fix .
1+ New in 4.10.1-2 (09 Oct 2024):
2+ - module -M: Fixed compatibility with Gmsh 4.13.1 .
33
44New in 4.10.0 (01 Oct 2024):
55- general: switched "active" and "passive" for orientation convention (see
Original file line number Diff line number Diff line change 1111import sphinx_rtd_theme
1212
1313project = u'Neper'
14- version = u'4.10.1-1 '
15- release = u'4.10.1-1 '
14+ version = u'4.10.1-2 '
15+ release = u'4.10.1-2 '
1616author = u'Romain Quey'
1717copyright = u'Romain Quey'
1818language = 'en'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if(POLICY CMP0077)
77 cmake_policy (SET CMP0077 NEW )
88endif ()
99
10- set (NEPER_VERSION \"4.10.1-1 \" )
10+ set (NEPER_VERSION \"4.10.1-2 \" )
1111project(neper)
1212
1313if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8.1)
You can’t perform that action at this time.
0 commit comments