Skip to content

Commit d5d0e5e

Browse files
committed
Branch for 1.11 beta
Signed-off-by: Larry Gritz <[email protected]>
1 parent fb2ab3c commit d5d0e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
22
<!-- Copyright Contributors to the Open Shading Language Project. -->
33

4-
Release 1.11 --1 Sept 2020 (compared to 1.10)
4+
Release 1.11 -- 1 Sept 2020 (compared to 1.10)
55
--------------------------------------------------
66
ASWF adoption changes:
77
* GOVERNANCE.md and ASWF/Technical-Charter.md document the project

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project (OSL VERSION 1.11.7.0
99
set (PROJ_NAME ${PROJECT_NAME}) # short name
1010
string (TOLOWER ${PROJ_NAME} PROJ_NAME_LOWER) # short name lower case
1111
string (TOUPPER ${PROJ_NAME} PROJ_NAME_UPPER) # short name upper case
12-
set (PROJECT_VERSION_RELEASE_TYPE "dev") # "dev", "betaX", "RCY", ""
12+
set (PROJECT_VERSION_RELEASE_TYPE "beta") # "dev", "betaX", "RCY", ""
1313
set (${PROJECT_NAME}_VERSION_RELEASE_TYPE ${PROJECT_VERSION_RELEASE_TYPE})
1414
set (PROJECT_AUTHORS "Contributors to the Open Shading Language project")
1515

0 commit comments

Comments
 (0)