diff --git a/Changes.md b/Changes.md index 488e72f93a..6f0de564a7 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,7 @@ 9.0.0 alpha x (relative to 9.0.0 alpha 1) ------------- +- Cortex : Updated to version 10.5.9.2. - Zstandard : Fixed manifest path on macOS. 9.0.0 alpha 1 (relative to 8.0.1) diff --git a/Cortex/config.py b/Cortex/config.py index e471111aca..0bd133ddfd 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.1.tar.gz" + "https://github.com/ImageEngine/cortex/archive/refs/tags/10.5.9.2.tar.gz" ],