Skip to content

Commit 64c2d66

Browse files
committed
Release 1.10
1 parent 5346922 commit 64c2d66

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ Documentation:
219219

220220

221221

222+
Release 1.9.13 -- 1 Dec? 2018 (compared to 1.9.12)
223+
------------------------------------------------
224+
* Fix crash with texture3d lookups with derivatives. #932
225+
* Fix oslc crash when a struct parameter is initialized with a function call
226+
that returns a structure. #934
227+
222228
Release 1.9.12 -- 1 Nov 2018 (compared to 1.9.11)
223229
------------------------------------------------
224230
* Fix oslc read/write error for `regex_search`/`regex_match` #922

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project (OSL
55
LANGUAGES CXX C)
66
set (PROJ_NAME ${PROJECT_NAME}) # short name
77
string (TOLOWER ${PROJ_NAME} PROJ_NAME_LOWER) # short name lower case
8-
set (PROJECT_VERSION_RELEASE_TYPE "RC1") # "dev", "betaX", "RCY", ""
8+
set (PROJECT_VERSION_RELEASE_TYPE "") # "dev", "betaX", "RCY", ""
99
set (${PROJECT_NAME}_VERSION_RELEASE_TYPE ${PROJECT_VERSION_RELEASE_TYPE})
1010
set (PROJECT_COPYRIGHTYEARS "2008-2019")
1111
set (PROJECT_AUTHORS "Sony Pictures Imageworks, et al")

0 commit comments

Comments
 (0)