From 5dcbe377f0d009ee56d4b2b72b0c0567f57bdaed Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 9 Oct 2024 11:27:47 +0100 Subject: [PATCH 1/2] Cortex : Update to 10.5.9.5 --- Changes.md | 1 + Cortex/config.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 7dd46399e9..0f7d06cf2d 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,7 @@ 9.0.0 alpha x (relative to 9.0.0 alpha 3) ------------- +- Cortex : Updated to version 10.5.9.5. - OpenShadingLanguage : - Updated to version 1.13.11.0. - Enabled Optix support on Linux. diff --git a/Cortex/config.py b/Cortex/config.py index 41debfddda..afa02b7301 100644 --- a/Cortex/config.py +++ b/Cortex/config.py @@ -2,7 +2,7 @@ "downloads" : [ - "https://github.com/ImageEngine/cortex/archive/refs/tags/10.5.9.4.tar.gz" + "https://github.com/ImageEngine/cortex/archive/refs/tags/10.5.9.5.tar.gz" ], From e86d9a9f5197f06f7e0fd3255095af2aa3296ad7 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 9 Oct 2024 11:29:12 +0100 Subject: [PATCH 2/2] Bump version to 9.0.0a4 --- Changes.md | 7 ++++++- build.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 0f7d06cf2d..345dfe0e0f 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ -9.0.0 alpha x (relative to 9.0.0 alpha 3) +9.0.0 alpha x (relative to 9.0.0 alpha 4) +------------- + + + +9.0.0 alpha 4 (relative to 9.0.0 alpha 3) ------------- - Cortex : Updated to version 10.5.9.5. diff --git a/build.py b/build.py index 0b2c4f0897..81da370625 100755 --- a/build.py +++ b/build.py @@ -14,7 +14,7 @@ import tarfile import zipfile -__version = "9.0.0a3" +__version = "9.0.0a4" """ Config file format