From 0e637d4647765afe6781d717f30e5f9cb36a322f Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@uliege.be> Date: Tue, 6 Apr 2021 09:36:49 +0200 Subject: [PATCH] prepare 4.8.3 --- CHANGELOG.txt | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d3d9af17f5..3783e4ecb3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,5 @@ +4.8.3 (April 6, 2021): small bug fixes. + 4.8.2 (March 27, 2021): fixed regression in OCC transforms; fixed cwrap API. 4.8.1 (March 21, 2021): improved performance when transforming many OCC diff --git a/CMakeLists.txt b/CMakeLists.txt index 541c51a40b..68f28ef5a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,7 +105,7 @@ opt(ZIPPER "Enable Zip file compression/decompression" OFF) set(GMSH_MAJOR_VERSION 4) set(GMSH_MINOR_VERSION 8) -set(GMSH_PATCH_VERSION 2) +set(GMSH_PATCH_VERSION 3) if(NOT GMSH_EXTRA_VERSION) set(GMSH_EXTRA_VERSION "") endif() -- GitLab