Skip to content

Commit

Permalink
Bump version v18.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Mar 8, 2021
1 parent 806470f commit a2a488a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

# Check if cmake has the required version
CMAKE_MINIMUM_REQUIRED(VERSION 3.11.0 FATAL_ERROR)
cmake_policy(VERSION 3.11...3.17)
cmake_policy(VERSION 3.11...3.19)

set(CMAKE_INSTALL_MESSAGE LAZY)
# Set project version
SET(FAIRROOT_MAJOR_VERSION 18)
SET(FAIRROOT_MINOR_VERSION 4)
SET(FAIRROOT_PATCH_VERSION 1)
SET(FAIRROOT_MINOR_VERSION 6)
SET(FAIRROOT_PATCH_VERSION 0)

if(APPLE)
if(NOT DEFINED CMAKE_C_COMPILER)
Expand Down

0 comments on commit a2a488a

Please sign in to comment.