From b067968184ebd77ebe461a96beab78bf52210aec Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 9 Oct 2016 07:54:04 +0000
Subject: [PATCH] release

---
 CMakeLists.txt   |  4 ++--
 doc/VERSIONS.txt |  6 +++---
 doc/gmsh.html    | 14 +++++++-------
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef9aa138a4..5fd0c2ed24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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 13)
-set(GMSH_PATCH_VERSION 3)
+set(GMSH_MINOR_VERSION 14)
+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/VERSIONS.txt b/doc/VERSIONS.txt
index 32db061049..27a9b8dbad 100644
--- a/doc/VERSIONS.txt
+++ b/doc/VERSIONS.txt
@@ -1,6 +1,6 @@
-2.13.3: new Tochnog file format export; added ability to remove last command in
-scripts generated interactively; ONELAB 1.3 with usability and performance
-improvements; faster "Coherence Mesh".
+2.14.0 (October 9, 2016): new Tochnog file format export; added ability to
+remove last command in scripts generated interactively; ONELAB 1.3 with
+usability and performance improvements; faster "Coherence Mesh".
 
 2.13.2 (August 18, 2016)): small improvements (scale labels, periodic and
 high-order meshes) and bug fixes.
diff --git a/doc/gmsh.html b/doc/gmsh.html
index 4efa4d5055..7f4a89a979 100644
--- a/doc/gmsh.html
+++ b/doc/gmsh.html
@@ -99,16 +99,16 @@ Public License (GPL)</a>:
 <ul>
   <li>
     <p class="highlight">
-      Current stable release (version 2.13.2, August 18 2016):
+      Current stable release (version 2.14.0, October 9 2016):
       Windows
-      <a href="bin/Windows/gmsh-2.13.2-Windows32.zip">32 bit</a> /
-      <a href="bin/Windows/gmsh-2.13.2-Windows64.zip">64 bit</a>,
+      <a href="bin/Windows/gmsh-2.14.0-Windows32.zip">32 bit</a> /
+      <a href="bin/Windows/gmsh-2.14.0-Windows64.zip">64 bit</a>,
       Linux
-      <a href="bin/Linux/gmsh-2.13.2-Linux32.tgz">32 bit</a> /
-      <a href="bin/Linux/gmsh-2.13.2-Linux64.tgz">64 bit</a>,
-      <a href="bin/MacOSX/gmsh-2.13.2-MacOSX.dmg">Mac OS X</a>
+      <a href="bin/Linux/gmsh-2.14.0-Linux32.tgz">32 bit</a> /
+      <a href="bin/Linux/gmsh-2.14.0-Linux64.tgz">64 bit</a>,
+      <a href="bin/MacOSX/gmsh-2.14.0-MacOSX.dmg">Mac OS X</a>
       and
-      <a href="src/gmsh-2.13.2-source.tgz">source code</a>
+      <a href="src/gmsh-2.14.0-source.tgz">source code</a>
     </p>
     <p>
       <em>A <a href="doc/texinfo/gmsh.html#Tutorial"><strong>tutorial</strong></a>
-- 
GitLab