From 97c1d0f245a14017b2e8aac198abc57a95ecdb27 Mon Sep 17 00:00:00 2001 From: Daniel Holladay Date: Fri, 9 Dec 2022 13:16:37 -0700 Subject: [PATCH] Updating ports-of-call version in cmake lists. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ca2bba2..a9fe3c48 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.0.0) +set(PORTS_OF_CALL_VERSION 1.3.0) project(ports-of-call VERSION ${PORTS_OF_CALL_VERSION}) # CMAKE WARMUP