From 3f78448464511394ba3f220e86663a22c185145b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 19 Jun 2012 11:56:47 +0000 Subject: [PATCH] prepare 2.6 --- CMakeLists.txt | 6 +++--- doc/VERSIONS.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a900495324..a3cda9abad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,8 +69,8 @@ option(ENABLE_WRAP_JAVA "Build Java wrappers" OFF) option(ENABLE_WRAP_PYTHON "Build Python wrappers" ${DEFAULT}) set(GMSH_MAJOR_VERSION 2) -set(GMSH_MINOR_VERSION 5) -set(GMSH_PATCH_VERSION 1) +set(GMSH_MINOR_VERSION 6) +set(GMSH_PATCH_VERSION 0) set(GMSH_EXTRA_VERSION "" CACHE STRING "Gmsh extra version string") set(GMSH_VERSION "${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}") @@ -1256,7 +1256,7 @@ set(CPACK_SOURCE_GENERATOR TGZ) set(CPACK_SOURCE_IGNORE_FILES "${CMAKE_CURRENT_BINARY_DIR}" "/CVS/" "/.svn" "~$" "DS_Store$" "GmshConfig.h$" "GmshVersion.h$" "/benchmarks/" "/tmp/" "/bin/" "/lib/" "/nightly/" "GPATH" "GRTAGS" "GSYMS" "GTAGS" "/HTML/" - "/projects/") + "/projects/" "/FunctionSpace/") if(UNIX) # make sure we remove previous installs before doing the next one diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt index ff6955882f..024894cbba 100644 --- a/doc/VERSIONS.txt +++ b/doc/VERSIONS.txt @@ -3,9 +3,9 @@ module based on ONELAB project (requires FLTK 1.3); new tensor field visualization modes (eigenvectors, ellipsoid, etc.); added support for interpolation schemes in .msh file; added support for MED3 format; rescale viewport around visible entities (shift+1:1 in GUI); unified post-processing -field export; new experimental stereo+camera visualization mode; experimental -BAMG & MMG3D support for anisotropic mesh generation; new OCC cut&merge -algorithm imported from Salome; new ability to connect extruded meshes to +field export; new experimental stereo+camera visualization mode; added +experimental BAMG & MMG3D support for anisotropic mesh generation; new OCC cut & +merge algorithm imported from Salome; new ability to connect extruded meshes to tetrahedral grids using pyramids; new homology solver; Abaqus (INP) mesh export; bug fixes and small improvements all over the place. -- GitLab