File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33# https://github.com/imageworks/OpenShadingLanguage
44
55cmake_minimum_required (VERSION 3.12)
6- project (OSL VERSION 1.11.7.2
6+ project (OSL VERSION 1.11.7.3
77 LANGUAGES CXX C
88 HOMEPAGE_URL "https://github.com/imageworks/OpenShadingLanguage" )
99set (PROJ_NAME ${PROJECT_NAME} ) # short name
1010string (TOLOWER ${PROJ_NAME} PROJ_NAME_LOWER) # short name lower case
1111string (TOUPPER ${PROJ_NAME} PROJ_NAME_UPPER) # short name upper case
12- set (PROJECT_VERSION_RELEASE_TYPE "RC2 " ) # "dev", "betaX", "RCY", ""
12+ set (PROJECT_VERSION_RELEASE_TYPE "" ) # "dev", "betaX", "RCY", ""
1313set (${PROJECT_NAME} _VERSION_RELEASE_TYPE ${PROJECT_VERSION_RELEASE_TYPE} )
1414set (${PROJECT_NAME} _SUPPORTED_RELEASE 1) # Change to 1 after release branch
1515set (PROJECT_AUTHORS "Contributors to the Open Shading Language project" )
You can’t perform that action at this time.
0 commit comments