From 2515c6eb87c9c91ec3a19fbd643a9857facbc985 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 18 Jul 2015 10:08:06 +0000 Subject: [PATCH] prepare 2.10 --- CMakeLists.txt | 4 ++-- doc/gmsh.html | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c1c2a23e5..305967188a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,8 +94,8 @@ opt(WRAP_JAVA "Enable generation of Java wrappers (experimental)" OFF) opt(WRAP_PYTHON "Enable generation of Python wrappers" OFF) set(GMSH_MAJOR_VERSION 2) -set(GMSH_MINOR_VERSION 9) -set(GMSH_PATCH_VERSION 4) +set(GMSH_MINOR_VERSION 10) +set(GMSH_PATCH_VERSION 0) set(GMSH_EXTRA_VERSION "" CACHE STRING "Gmsh extra version string") set(GMSH_VERSION "${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}") diff --git a/doc/gmsh.html b/doc/gmsh.html index 74f98870f5..aca20a8f4d 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -29,7 +29,7 @@ generator with built-in pre- and post-processing facilities</h1> <h4 align="center">Christophe Geuzaine and Jean-Fran�ois Remacle</h4> -<h4 align="center">Version 2.9.3, April 18 2015</h4> +<h4 align="center">Version 2.10.0, July 18 2015</h4> <center> <a href="#Description">Description</a> | @@ -69,14 +69,14 @@ the <a href="doc/LICENSE.txt">GNU General Public License <li> <p class="highlight"> <strong>Download current stable release</strong>: Windows - <a href="bin/Windows/gmsh-2.9.3-Windows32.zip"><strong>32 bit</strong></a> / - <a href="bin/Windows/gmsh-2.9.3-Windows64.zip"><strong>64 bit</strong></a>, + <a href="bin/Windows/gmsh-2.10.0-Windows32.zip"><strong>32 bit</strong></a> / + <a href="bin/Windows/gmsh-2.10.0-Windows64.zip"><strong>64 bit</strong></a>, Linux - <a href="bin/Linux/gmsh-2.9.3-Linux32.tgz"><strong>32 bit</strong></a> / - <a href="bin/Linux/gmsh-2.9.3-Linux64.tgz"><strong>64 bit</strong></a>, - <a href="bin/MacOSX/gmsh-2.9.3-MacOSX.dmg"><strong>Mac OS X</strong></a> + <a href="bin/Linux/gmsh-2.10.0-Linux32.tgz"><strong>32 bit</strong></a> / + <a href="bin/Linux/gmsh-2.10.0-Linux64.tgz"><strong>64 bit</strong></a>, + <a href="bin/MacOSX/gmsh-2.10.0-MacOSX.dmg"><strong>Mac OS X</strong></a> and - <a href="src/gmsh-2.9.3-source.tgz"><strong>source code</strong></a> + <a href="src/gmsh-2.10.0-source.tgz"><strong>source code</strong></a> </p> <p> <em>A <a href="doc/texinfo/gmsh.html#Tutorial"><strong>tutorial</strong></a> -- GitLab