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

ready fir next stable release

parent a4750059
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ from setuptools.command.install import install ...@@ -18,7 +18,7 @@ from setuptools.command.install import install
# Server and gmsh version # Server and gmsh version
server = 'https://gmsh.info/bin' server = 'https://gmsh.info/bin'
version = '${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}' version = '${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}'
iversion = version + '.post3' # installer version (add e.g. '.post1' for update) iversion = version + '' # installer version (add e.g. '.post1' for update)
# Determine file name and and url to be downloaded and installed # Determine file name and and url to be downloaded and installed
system = platform.system().lower() system = platform.system().lower()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment