Skip to content

Commit

Permalink
Update CMake project version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Mar 26, 2023
1 parent 6c9c492 commit 0f4f56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
cmake_policy(SET CMP0074 NEW) # find_package() uses <PackageName>_ROOT implicit hints

project(jana2 VERSION 2.0.8)
project(jana2 VERSION 2.1.0)

set(CMAKE_POSITION_INDEPENDENT_CODE ON) # Enable -fPIC for all targets

Expand Down

0 comments on commit 0f4f56b

Please sign in to comment.