Skip to content

Commit

Permalink
Merge pull request #41 from lanl/dholladay00/release_next
Browse files Browse the repository at this point in the history
Bump version number in cmake.
  • Loading branch information
Yurlungur authored Jan 26, 2024
2 parents 112eed0 + aeabfb2 commit 58ce118
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.2)
set(PORTS_OF_CALL_VERSION 1.6.0)
project(ports-of-call VERSION ${PORTS_OF_CALL_VERSION})

# CMAKE WARMUP
Expand Down

0 comments on commit 58ce118

Please sign in to comment.