Skip to content

Commit c464e3c

Browse files
committed
bump version to 3.2.3
1 parent 2992669 commit c464e3c

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.11.0)
1111

12-
project (TIGL VERSION 3.2.2)
13-
set(TIGL_VERSION 3.2.2)
12+
project (TIGL VERSION 3.2.3)
13+
set(TIGL_VERSION 3.2.3)
1414

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

0 commit comments

Comments
 (0)