From aeabfb27af3706ccc26f5c4161cdb1ca33d2d0ce Mon Sep 17 00:00:00 2001 From: Daniel Holladay Date: Thu, 25 Jan 2024 16:11:37 -0800 Subject: [PATCH] Bump version number in cmake. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35a46e2f..ae562b30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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