Skip to content

Commit 639746f

Browse files
committed
Update VERSIONS
The title says it all.
1 parent 44911dd commit 639746f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

VERSIONS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
New in 4.10.1-1 (08 Oct 2024):
2-
- module -M: simple fix.
1+
New in 4.10.1-2 (09 Oct 2024):
2+
- module -M: Fixed compatibility with Gmsh 4.13.1.
33

44
New in 4.10.0 (01 Oct 2024):
55
- general: switched "active" and "passive" for orientation convention (see

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import sphinx_rtd_theme
1212

1313
project = u'Neper'
14-
version = u'4.10.1-1'
15-
release = u'4.10.1-1'
14+
version = u'4.10.1-2'
15+
release = u'4.10.1-2'
1616
author = u'Romain Quey'
1717
copyright = u'Romain Quey'
1818
language = 'en'

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(POLICY CMP0077)
77
cmake_policy(SET CMP0077 NEW)
88
endif()
99

10-
set(NEPER_VERSION \"4.10.1-1\")
10+
set(NEPER_VERSION \"4.10.1-2\")
1111
project(neper)
1212

1313
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8.1)

0 commit comments

Comments
 (0)