Skip to content

Commit

Permalink
Update to ensure ci/circleci-build-macos-universal.sh is executable
Browse files Browse the repository at this point in the history
  • Loading branch information
jongough committed Dec 28, 2023
1 parent fa27368 commit cd39867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\"}}\
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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. -- ##
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit cd39867

Please sign in to comment.