File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ project(SMESH CXX Fortran)
3
3
cmake_minimum_required (VERSION 2.8 )
4
4
5
5
set (SMESH_VERSION_MAJOR 6 )
6
- set (SMESH_VERSION_MINOR 5 )
7
- set (SMESH_VERSION_PATCH 3 )
8
- set (SMESH_VERSION_TWEAK 2-dev )
6
+ set (SMESH_VERSION_MINOR 6 )
7
+ set (SMESH_VERSION_PATCH )
8
+ set (SMESH_VERSION_TWEAK )
9
9
10
10
11
11
#####################
12
12
# Set ABI SOVERSION #
13
13
#####################
14
- set (SMESH_ABI_SOVERSION 2 )
14
+ set (SMESH_ABI_SOVERSION 3 )
15
15
set (SMESH_ABI_VERSION ${SMESH_ABI_SOVERSION} .0.0 )
16
16
17
17
set (BUILD_SHARED_LIBS ON )
@@ -23,7 +23,7 @@ include_directories(inc)
23
23
# Setup options #
24
24
#################
25
25
option (MONOLITHIC_BUILD "Build one monolithic smesh library." ON )
26
- option (SMESH_TESTING "Enable unittest" OFF )
26
+ option (SMESH_TESTING "Enable unittest" ON )
27
27
28
28
#############
29
29
# Unittest #
You can’t perform that action at this time.
0 commit comments