File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ jobs:
218
218
219
219
# ----- Configure Keychain -----
220
220
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
221
+ rm -f $KEYCHAIN_PATH
221
222
security create-keychain -p "${{ secrets.MACOS_KEYCHAIN_PASSWORD }}" $KEYCHAIN_PATH
222
223
# Unlock it for 6 hours
223
224
security set-keychain-settings -lut 21600 $KEYCHAIN_PATH
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if(CCACHE_PROGRAM)
16
16
set (CMAKE_C_COMPILER_LAUNCHER ${CCACHE_PROGRAM} CACHE FILEPATH "C compiler cache used" )
17
17
endif ()
18
18
19
- project (OpenStudioApplication VERSION 1.9 .0 )
19
+ project (OpenStudioApplication VERSION 1.10 .0 )
20
20
21
21
# Check system info globally so we can use it everywhere after: Has to be done before FindOpenStudioSDK.cmake
22
22
if (APPLE )
@@ -272,7 +272,7 @@ endif()
272
272
273
273
# TODO: Modify the more specific variables as needed to indicate prerelease, etc
274
274
# Keep in beta in-between release cycles. Set to empty string (or comment out) for official)
275
- set (PROJECT_VERSION_PRERELEASE "" )
275
+ set (PROJECT_VERSION_PRERELEASE "rc1 " )
276
276
277
277
# OpenStudio version: Only include Major.Minor.Patch, eg "3.0.0", even if you have a prerelease tag
278
278
set (OPENSTUDIOAPPLICATION_VERSION "${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} " )
You can’t perform that action at this time.
0 commit comments