diff --git a/VERSIONS b/VERSIONS index 84f31c6d..e889a652 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,4 @@ -New in 4.8.2-13 (27 Mar 2024): +New in 4.8.2 (27 Mar 2024): - module -T: added -transform "cut(cube)", added -morphooptiini ori and id, improved -transform "cut(cubei)", made minor fixes and improvements. - module -M: made minor improvements. diff --git a/doc/conf.py b/doc/conf.py index 060c9eeb..b3d3563d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -11,8 +11,8 @@ import sphinx_rtd_theme project = u'Neper' -version = u'4.8.2-13' -release = u'4.8.2-13' +version = u'4.8.2' +release = u'4.8.2' author = u'Romain Quey' copyright = u'Romain Quey' language = 'en' diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 887504a1..7c956c93 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,7 +7,7 @@ if(POLICY CMP0077) cmake_policy(SET CMP0077 NEW) endif() -set(NEPER_VERSION \"4.8.2-13\") +set(NEPER_VERSION \"4.8.2\") project(neper) if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8.1)