Skip to content

Commit

Permalink
bump version to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Mar 9, 2022
1 parent 2992669 commit c464e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ endif()

cmake_minimum_required (VERSION 3.11.0)

project (TIGL VERSION 3.2.2)
set(TIGL_VERSION 3.2.2)
project (TIGL VERSION 3.2.3)
set(TIGL_VERSION 3.2.3)

# enable C++11 support
set(CMAKE_CXX_STANDARD 11)
Expand Down

0 comments on commit c464e3c

Please sign in to comment.