diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 429e7ae204c97ac36a4f1790c9bbf6b4b893b5f3..d3d9af17f554a1d25c56feebc1fd55b52581affd 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 893e01997ced7c4959c228b22fb076b48a245e28..541c51a40b163060756084c9b2fc3b4ec24fa001 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 0f54b62333de475377a6e1f544ed3911ec371cc5..2b30f15a3ec88ef1d72db7d8217b34d927e86d03 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