Skip to content

Commit

Permalink
bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Jul 29, 2020
1 parent 6089855 commit 4680921
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.4.0)

project (TIGL VERSION 3.0.0)
set(TIGL_VERSION 3.0.0)
project (TIGL VERSION 3.1.0)
set(TIGL_VERSION 3.1.0)

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

0 comments on commit 4680921

Please sign in to comment.