Skip to content

Commit 89c8f63

Browse files
authored
admin: Prepare for 1.15.0.0 beta release (#2057)
Prepare for 1.15.0.0 beta release Signed-off-by: Larry Gritz <[email protected]>
1 parent 00a5e6d commit 89c8f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ project (OSL VERSION ${OSL_VERSION}
1818
set (PROJ_NAME ${PROJECT_NAME}) # short name
1919
string (TOLOWER ${PROJ_NAME} PROJ_NAME_LOWER) # short name lower case
2020
string (TOUPPER ${PROJ_NAME} PROJ_NAME_UPPER) # short name upper case
21-
set (PROJECT_VERSION_RELEASE_TYPE "dev" CACHE STRING
21+
set (PROJECT_VERSION_RELEASE_TYPE "beta" CACHE STRING
2222
"Build type, for example: dev, beta2, RC1 (empty string for normal release)")
2323
set (${PROJECT_NAME}_VERSION_RELEASE_TYPE ${PROJECT_VERSION_RELEASE_TYPE})
2424
set (PROJECT_AUTHORS "Contributors to the Open Shading Language project")
2525
option (${PROJECT_NAME}_SUPPORTED_RELEASE
26-
"Set ON for supported release branch, OFF for master" OFF)
26+
"Set ON for supported release branch, OFF for master" ON)
2727
if (${PROJECT_NAME}_SUPPORTED_RELEASE)
2828
set (${PROJECT_NAME}_DEV_RELEASE OFF)
2929
else ()

0 commit comments

Comments
 (0)