Skip to content

Commit

Permalink
Merge pull request #37 from lanl/jmm/v1.5.2-rc
Browse files Browse the repository at this point in the history
update cmake for release
  • Loading branch information
Yurlungur authored Aug 8, 2023
2 parents 1ae17ad + 046d1dc commit 5f83ece
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 @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.14)
# ----------------------------------------

# define project and version
set(PORTS_OF_CALL_VERSION 1.5.1)
set(PORTS_OF_CALL_VERSION 1.5.2)
project(ports-of-call VERSION ${PORTS_OF_CALL_VERSION})

# CMAKE WARMUP
Expand Down

0 comments on commit 5f83ece

Please sign in to comment.