Skip to content

Commit

Permalink
Bump version in CMakeLists.txt to v2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pslocum committed Nov 28, 2023
1 parent b3739cc commit b96f52b
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
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required( VERSION 3.1 )

# Define the project
cmake_policy( SET CMP0048 NEW ) # version in project()
project( locust_mc VERSION 2.5.5)
project( locust_mc VERSION 2.5.6)


list( APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/Scarab/cmake )
Expand Down

0 comments on commit b96f52b

Please sign in to comment.