Skip to content

Commit 0357ec6

Browse files
committed
Stage v1.15.0.0
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 84ab407 commit 0357ec6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

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

4-
Release 1.15 (Jan 1?, 2026) -- compared to 1.14
4+
Release 1.15 (Jan 1, 2026) -- compared to 1.14
55
-------------------------------------------------------------
66
- Beta 1: Dec 20, 2025
7+
- Supported Release: Jan 1, 2026
78

89
### New minimum dependencies, toolchain, and compatibility changes:
910
* *Python*: 3.9 minimum (from 3.7) [#2017](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2017) (1.15.0.0)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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 "beta" CACHE STRING
21+
set (PROJECT_VERSION_RELEASE_TYPE "" 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")

0 commit comments

Comments
 (0)