From ac810be5a28b9449b45222c429864d8ffc5fd011 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 13 Mar 2016 09:09:53 +0000 Subject: [PATCH] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 126df1b370..2b26bccfcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ 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 12) +set(GMSH_MINOR_VERSION 13) set(GMSH_PATCH_VERSION 0) set(GMSH_EXTRA_VERSION "" CACHE STRING "Gmsh extra version string") -- GitLab