From d84dae72f9d167f48ca5598ccdb82d0a0c9bd336 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@uliege.be>
Date: Sat, 27 Mar 2021 11:24:54 +0100
Subject: [PATCH] prepare 4.8.2

---
 CHANGELOG.txt            | 2 ++
 CMakeLists.txt           | 2 +-
 doc/texinfo/version.texi | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 429e7ae204..d3d9af17f5 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,5 @@
+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
 entities; fixed regression in high-order meshing of surfaces with singular
 parametrizations; small bug fixes.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 893e01997c..541c51a40b 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 1)
+set(GMSH_PATCH_VERSION 2)
 if(NOT GMSH_EXTRA_VERSION)
   set(GMSH_EXTRA_VERSION "")
 endif()
diff --git a/doc/texinfo/version.texi b/doc/texinfo/version.texi
index 0f54b62333..2b30f15a3e 100644
--- a/doc/texinfo/version.texi
+++ b/doc/texinfo/version.texi
@@ -1,4 +1,4 @@
 @c This file was generated by cmake: do not edit manually!
 
-@set GMSH-VERSION 4.8.1 (development version)
+@set GMSH-VERSION 4.8.2 (development version)
 @set GITLAB-PREFIX https://gitlab.onelab.info/gmsh/gmsh/blob/master
-- 
GitLab