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

add patch version in API version: it's not strictly necessary (we don't break...

add patch version in API version: it's not strictly necessary (we don't break the API between patch releases), but it makes things simpler.

rationale: with non-breaking API changes (e.g. adding a new function) one had to use gmsh/option/getNumber("General.Version") to check the Gmsh version; using the same numbering for the API and for Gmsh means one can simply examine the API version.

Fixes #997
parent 76b362e4
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment