Skip to content

Commit e62bd36

Browse files
committed
Bumped version number to 6.6
1 parent 3432762 commit e62bd36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ project(SMESH CXX Fortran)
33
cmake_minimum_required(VERSION 2.8)
44

55
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)
99

1010

1111
#####################
1212
# Set ABI SOVERSION #
1313
#####################
14-
set(SMESH_ABI_SOVERSION 2)
14+
set(SMESH_ABI_SOVERSION 3)
1515
set(SMESH_ABI_VERSION ${SMESH_ABI_SOVERSION}.0.0)
1616

1717
set(BUILD_SHARED_LIBS ON)
@@ -23,7 +23,7 @@ include_directories(inc)
2323
# Setup options #
2424
#################
2525
option(MONOLITHIC_BUILD "Build one monolithic smesh library." ON)
26-
option(SMESH_TESTING "Enable unittest" OFF)
26+
option(SMESH_TESTING "Enable unittest" ON)
2727

2828
#############
2929
# Unittest #

0 commit comments

Comments
 (0)