From 5a0ef5385668b7a9d8d8e520ded119baa6b19636 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 18 Oct 2015 16:34:19 +0000 Subject: [PATCH] --- CMakeLists.txt | 2 +- doc/VERSIONS.txt | 5 ++++- doc/gmsh.html | 14 +++++++------- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d5248bcb13..74b6e53758 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,7 +98,7 @@ opt(ZIPPER "Enable Zip file compression/decompression" OFF) set(GMSH_MAJOR_VERSION 2) set(GMSH_MINOR_VERSION 10) -set(GMSH_PATCH_VERSION 1) +set(GMSH_PATCH_VERSION 2) set(GMSH_EXTRA_VERSION "" CACHE STRING "Gmsh extra version string") set(GMSH_VERSION "${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}") diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt index b6737af6ce..5d22573bae 100644 --- a/doc/VERSIONS.txt +++ b/doc/VERSIONS.txt @@ -1,4 +1,7 @@ -2.10.2: Plugin(ModifyComponents) replaces Plugin(ModifyComponent). +2.10.2 (??, 2015): new Else/ElseIf commands; Plugin(ModifyComponents) replaces +Plugin(ModifyComponent); new VTK and X3D outputs; separate 0/Ctrl+0 shortcuts +for geometry/full model reload; small bug fixes in homology solver, embedded +entities and Crack plugin. 2.10.1 (July 30, 2015): minor fixes. diff --git a/doc/gmsh.html b/doc/gmsh.html index 9ce32e38f9..38586a071c 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -82,16 +82,16 @@ Public License (GPL)</a>: <ul> <li> <p class="highlight"> - Current stable release (version 2.10.1, July 30 2015): + Current stable release (version 2.10.2, ?? 2015): Windows - <a href="bin/Windows/gmsh-2.10.1-Windows32.zip">32 bit</a> / - <a href="bin/Windows/gmsh-2.10.1-Windows64.zip">64 bit</a>, + <a href="bin/Windows/gmsh-2.10.2-Windows32.zip">32 bit</a> / + <a href="bin/Windows/gmsh-2.10.2-Windows64.zip">64 bit</a>, Linux - <a href="bin/Linux/gmsh-2.10.1-Linux32.tgz">32 bit</a> / - <a href="bin/Linux/gmsh-2.10.1-Linux64.tgz">64 bit</a>, - <a href="bin/MacOSX/gmsh-2.10.1-MacOSX.dmg">Mac OS X</a> + <a href="bin/Linux/gmsh-2.10.2-Linux32.tgz">32 bit</a> / + <a href="bin/Linux/gmsh-2.10.2-Linux64.tgz">64 bit</a>, + <a href="bin/MacOSX/gmsh-2.10.2-MacOSX.dmg">Mac OS X</a> and - <a href="src/gmsh-2.10.1-source.tgz">source code</a> + <a href="src/gmsh-2.10.2-source.tgz">source code</a> </p> <p> <em>A <a href="doc/texinfo/gmsh.html#Tutorial"><strong>tutorial</strong></a> -- GitLab