Skip to content

Commit

Permalink
bump version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Mar 15, 2024
1 parent 7db695f commit 42935bb
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.3.0)
set(TIGL_VERSION 3.3.0)
project (TIGL VERSION 3.3.1)
set(TIGL_VERSION 3.3.1)

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

0 comments on commit 42935bb

Please sign in to comment.