diff --git a/Changes b/Changes index c5a6724f93..c052f0cbcc 100644 --- a/Changes +++ b/Changes @@ -13,7 +13,7 @@ This major version introduces the concept of build variants, and provides packag - Subprocess32 : Updated to version 3.5.4. - Appleseed : Updated to version 2.1.0-beta. - LZ4 : Added version 1.9.2. -- Cortex : Updated to version 10.0.0-a78. +- Cortex : Updated to version 10.0.0-a79. - USD : Updated to version 20.05. - LibRaw : Added version 0.19.5. - Build : Switched standard to C++14. diff --git a/Cortex/config.py b/Cortex/config.py index 3106d06c53..2c51049f00 100644 --- a/Cortex/config.py +++ b/Cortex/config.py @@ -2,7 +2,7 @@ "downloads" : [ - "https://github.com/ImageEngine/cortex/archive/10.0.0-a78.tar.gz" + "https://github.com/ImageEngine/cortex/archive/10.0.0-a79.tar.gz" ],