Skip to content

Commit f0e76a2

Browse files
Merge pull request #271 from johnhaddon/cortexUpdate
Cortex : Update to 10.5.9.5
2 parents dd686e2 + e86d9a9 commit f0e76a2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Changes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
9.0.0 alpha x (relative to 9.0.0 alpha 3)
1+
9.0.0 alpha x (relative to 9.0.0 alpha 4)
22
-------------
33

4+
5+
6+
9.0.0 alpha 4 (relative to 9.0.0 alpha 3)
7+
-------------
8+
9+
- Cortex : Updated to version 10.5.9.5.
410
- OpenShadingLanguage :
511
- Updated to version 1.13.11.0.
612
- Enabled Optix support on Linux.

Cortex/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"downloads" : [
44

5-
"https://github.com/ImageEngine/cortex/archive/refs/tags/10.5.9.4.tar.gz"
5+
"https://github.com/ImageEngine/cortex/archive/refs/tags/10.5.9.5.tar.gz"
66

77
],
88

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import tarfile
1515
import zipfile
1616

17-
__version = "9.0.0a3"
17+
__version = "9.0.0a4"
1818

1919
"""
2020
Config file format

0 commit comments

Comments
 (0)