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

No commit message

No commit message
parent 298d74b3
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,8 @@ opt(WRAP_PYTHON "Enable generation of Python wrappers" OFF)
opt(ZIPPER "Enable Zip file compression/decompression" OFF)
set(GMSH_MAJOR_VERSION 2)
set(GMSH_MINOR_VERSION 15)
set(GMSH_PATCH_VERSION 1)
set(GMSH_MINOR_VERSION 16)
set(GMSH_PATCH_VERSION 0)
set(GMSH_EXTRA_VERSION "" CACHE STRING "Gmsh extra version string")
set(GMSH_VERSION "${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}")
......
2.15.1 (January 2, 2017): small improvements and bug fixes.
2.16.0 (January 2, 2017): small improvements (list functions, second order hexes
for MED, GUI) and bug fixes.
2.15.0 (December 4, 2016): fixed several regressions (multi-file partitioned
grid export, mesh subdivision, old compound mesher); improved 2D boundary layer
......
......@@ -99,16 +99,16 @@ Public License (GPL)</a>:
<ul>
<li>
<p class="highlight">
Current stable release (version 2.15.1, January 2 2017):
Current stable release (version 2.16.0, January 2 2017):
Windows
<a href="bin/Windows/gmsh-2.15.0-Windows32.zip">32 bit</a> /
<a href="bin/Windows/gmsh-2.15.0-Windows64.zip">64 bit</a>,
<a href="bin/Windows/gmsh-2.16.0-Windows32.zip">32 bit</a> /
<a href="bin/Windows/gmsh-2.16.0-Windows64.zip">64 bit</a>,
Linux
<a href="bin/Linux/gmsh-2.15.0-Linux32.tgz">32 bit</a> /
<a href="bin/Linux/gmsh-2.15.0-Linux64.tgz">64 bit</a>,
<a href="bin/MacOSX/gmsh-2.15.0-MacOSX.dmg">Mac OS X</a>
<a href="bin/Linux/gmsh-2.16.0-Linux32.tgz">32 bit</a> /
<a href="bin/Linux/gmsh-2.16.0-Linux64.tgz">64 bit</a>,
<a href="bin/MacOSX/gmsh-2.16.0-MacOSX.dmg">Mac OS X</a>
and
<a href="src/gmsh-2.15.0-source.tgz">source code</a>
<a href="src/gmsh-2.16.0-source.tgz">source code</a>
</p>
<p>
<em>A <a href="doc/texinfo/gmsh.html#Tutorial"><strong>tutorial</strong></a>
......
......@@ -21,7 +21,7 @@
@c =========================================================================
@c %**start of header
@setfilename gmsh.info
@set GMSH-VERSION 2.15
@set GMSH-VERSION 2.16
@set COPYRIGHT @copyright{} 1997-2017 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle
@settitle Gmsh @value{GMSH-VERSION}
@footnotestyle separate
......
......@@ -18,3 +18,4 @@ done
# doc/texinfo/gmsh.texi
# Common/CommandLine.cpp
# Fltk/helpWindow.cpp
# doc/gmsh.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment