From 190a3ddde7aca9d9ff4b528ae96e26c5c77df49e Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 3 Jan 2017 08:21:48 +0000
Subject: [PATCH]

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e2d16686b9..3d4a7f2a64 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 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}")
diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt
index 395e16f791..9181722164 100644
--- a/doc/VERSIONS.txt
+++ b/doc/VERSIONS.txt
@@ -1,4 +1,5 @@
-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
diff --git a/doc/gmsh.html b/doc/gmsh.html
index 7cd184c49f..6899d53762 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.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>
diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index 6e5c63443d..be8cdcf478 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.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
diff --git a/utils/misc/update_copyright.sh b/utils/misc/update_copyright.sh
index e3807639f8..38687eeeef 100755
--- a/utils/misc/update_copyright.sh
+++ b/utils/misc/update_copyright.sh
@@ -18,3 +18,4 @@ done
 #   doc/texinfo/gmsh.texi
 #   Common/CommandLine.cpp
 #   Fltk/helpWindow.cpp
+#   doc/gmsh.html
-- 
GitLab