Skip to content

Commit 4680921

Browse files
committed
bump version to 3.1.0
1 parent 6089855 commit 4680921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ endif()
99

1010
cmake_minimum_required (VERSION 3.4.0)
1111

12-
project (TIGL VERSION 3.0.0)
13-
set(TIGL_VERSION 3.0.0)
12+
project (TIGL VERSION 3.1.0)
13+
set(TIGL_VERSION 3.1.0)
1414

1515
# enable C++11 support
1616
set(CMAKE_CXX_STANDARD 11)

0 commit comments

Comments
 (0)