diff --git a/.circleci/config.yml b/.circleci/config.yml index a45f3254..f65ba8e4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -187,6 +187,7 @@ jobs: key: "{{checksum \"build-deps/macos-cache-stamp\"}}\ -{{checksum \"cmake/MacosWxwidgets.cmake\"}}\ -{{checksum \"ci/circleci-build-macos-universal.sh\"}}" + - run: chmod a+x ci/*.sh - run: ci/circleci-build-macos-universal.sh - save_cache: key: "{{checksum \"build-deps/macos-cache-stamp\"}}\ diff --git a/CMakeLists.txt b/CMakeLists.txt index 5333b13b..929d0205 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ ## * xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx * #----------------------------------------------------------------------------- # Frontend2 Author: Jon Gough -# Testplugn(TP) v1.0.288.0 28/11/2023 DD/MM/YYYY format +# Testplugn(TP) v1.0.289.0 29/12/2023 DD/MM/YYYY format # buildCI:yes provideODAPI:yes validateJSON:yes # --------------------------------------------------------------------------- ## -- When changing this file do NOT change the order of the sections. -- ## @@ -60,9 +60,9 @@ set(PACKAGE "ocpn_draw") set(VERSION_MAJOR "1") set(VERSION_MINOR "8") -set(VERSION_PATCH "45") +set(VERSION_PATCH "46") set(VERSION_TWEAK "0") -set(VERSION_DATE "28/13/2023") # DD/MM/YYYY forma0t +set(VERSION_DATE "29/12/2023") # DD/MM/YYYY forma0t set(OCPN_MIN_VERSION "ov50") set(OCPN_API_VERSION_MAJOR "1") set(OCPN_API_VERSION_MINOR "17")