From 8c47505b459b79f304deb01ebaf9e103c98a39c7 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 11 Mar 2015 19:43:03 +0000
Subject: [PATCH]

---
 CMakeLists.txt                   |  4 ++--
 doc/VERSIONS.txt                 |  2 +-
 doc/gmsh.html                    | 14 +++++++-------
 doc/texinfo/gmsh.texi            |  2 +-
 utils/misc/package_gmsh_getdp.sh |  4 ++--
 5 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6652e85dc4..a1ad18e545 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 8)
-set(GMSH_PATCH_VERSION 6)
+set(GMSH_MINOR_VERSION 9)
+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 f6d189f5d7..ef33468203 100644
--- a/doc/VERSIONS.txt
+++ b/doc/VERSIONS.txt
@@ -1,4 +1,4 @@
-2.8.6 (March 11, 2015): improved robustness of spatial searches (extruded meshes,
+2.9.0 (March 12, 2015): improved robustness of spatial searches (extruded meshes,
 geometry coherence); improved reproductibility of 2D and 3D meshes; added
 support for high resolution ("retina") graphics; interactive graph point
 commands; on-the-fly creation of onelab clients in scripts; general periodic
diff --git a/doc/gmsh.html b/doc/gmsh.html
index d026186030..3af75974a1 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.8.6, March 9 2015</h4>
+<h4 align="center">Version 2.9.0, March 12 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.8.6-Windows.zip"><strong>32 bit</strong></a> /
-      <a href="bin/Windows/gmsh-2.8.6-Windows64.zip"><strong>64 bit</strong></a>,
+      <a href="bin/Windows/gmsh-2.9.0-Windows.zip"><strong>32 bit</strong></a> /
+      <a href="bin/Windows/gmsh-2.9.0-Windows64.zip"><strong>64 bit</strong></a>,
       Linux
-      <a href="bin/Linux/gmsh-2.8.6-Linux.tgz"><strong>32 bit</strong></a> /
-      <a href="bin/Linux/gmsh-2.8.6-Linux64.tgz"><strong>64 bit</strong></a>,
-      <a href="bin/MacOSX/gmsh-2.8.6-MacOSX.dmg"><strong>Mac OS X</strong></a>
+      <a href="bin/Linux/gmsh-2.9.0-Linux.tgz"><strong>32 bit</strong></a> /
+      <a href="bin/Linux/gmsh-2.9.0-Linux64.tgz"><strong>64 bit</strong></a>,
+      <a href="bin/MacOSX/gmsh-2.9.0-MacOSX.dmg"><strong>Mac OS X</strong></a>
       and
-      <a href="src/gmsh-2.8.6-source.tgz"><strong>source code</strong></a>
+      <a href="src/gmsh-2.9.0-source.tgz"><strong>source code</strong></a>
     </p>
     <p>
       <em>A <a href="doc/texinfo/gmsh.html#Tutorial"><strong>tutorial</strong></a>
diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index 24a6ea2478..70e81f5b7f 100644
--- a/doc/texinfo/gmsh.texi
+++ b/doc/texinfo/gmsh.texi
@@ -21,7 +21,7 @@
 @c =========================================================================
 @c %**start of header
 @setfilename gmsh.info
-@set GMSH-VERSION 2.8
+@set GMSH-VERSION 2.9
 @set COPYRIGHT @copyright{} 1997-2015 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle
 @settitle Gmsh @value{GMSH-VERSION}
 @footnotestyle separate
diff --git a/utils/misc/package_gmsh_getdp.sh b/utils/misc/package_gmsh_getdp.sh
index c621544898..8ec72699de 100755
--- a/utils/misc/package_gmsh_getdp.sh
+++ b/utils/misc/package_gmsh_getdp.sh
@@ -14,8 +14,8 @@ up-to-date versions, documentation and examples." > /tmp/README.txt
 GMSH=svn
 GETDP=svn
 
-#GMSH=2.8.5
-#GETDP=2.4.4
+#GMSH=2.9.0
+#GETDP=2.5.0
 
 rm -rf gmsh-getdp-Windows64
 mkdir gmsh-getdp-Windows64
-- 
GitLab