Skip to content

Commit

Permalink
Make minor improvements and fix bugs
Browse files Browse the repository at this point in the history
- 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.
- general: fixed compilation on 32-bit systems.
  • Loading branch information
rquey committed Mar 27, 2024
1 parent 8470fd8 commit bdf117b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bdf117b

Please sign in to comment.