Skip to content
Snippets Groups Projects
Commit 55b74e6e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

API changes -> bump version to 4.6

parent 275073c1
No related branches found
No related tags found
1 merge request!311Get basis functions for elements
Pipeline #6031 passed
4.6.0 (Work-in-progress):
* Incompatible API changes: new argument to mesh/getBasisFunctions, removed
mesh/preallocateBasisFunctions and mesh/precomputeBasisFunctions.
4.5.6 (March 30, 2020): better calculation of OCC bounding boxes using STL; API
tutorials; small bug fixes.
......
......@@ -101,8 +101,8 @@ opt(WRAP_PYTHON "Enable generation of Python wrappers for private API" OFF)
opt(ZIPPER "Enable Zip file compression/decompression" OFF)
set(GMSH_MAJOR_VERSION 4)
set(GMSH_MINOR_VERSION 5)
set(GMSH_PATCH_VERSION 6)
set(GMSH_MINOR_VERSION 6)
set(GMSH_PATCH_VERSION 0)
set(GMSH_EXTRA_VERSION "")
set(GMSH_EXTRA_VERSION_TEXI "${GMSH_EXTRA_VERSION}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment