Skip to content

Commit

Permalink
Bump version to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Oct 24, 2024
1 parent c337577 commit dd378ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
35 changes: 7 additions & 28 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,21 @@
9.0.0 alpha x (relative to 9.0.0 alpha 4)
-------------

- Cortex : Updated to version 10.5.10.0.

9.0.0 alpha 4 (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.

9.0.0 alpha 3 (relative to 9.0.0 alpha 2)
-------------

- Cortex : Updated to version 10.5.9.4.

9.0.0 alpha 2 (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)
-------------
9.0.0 (relative to 8.0.1)
-----

- CI : Added CI for linux-gcc11 and macos-arm64 (Xcode 14.3.1).
- LLVM : Updated to version 15.0.7.
- Cortex : Updated to version 10.5.9.1.
- Cortex : Updated to version 10.5.10.0.
- Cycles :
- Updated to version 4.2.0.
- Disabled CUDA binary generation for Kepler and Maxwell architecture GPUs.
- Embree : Updated to version 4.3.2.
- Imath : Updated to version 3.1.11.
- LibJPEG-Turbo : Updated to version 3.0.3.
- LLVM : Updated to version 15.0.7.
- MaterialX : Updated to version 1.38.10.
- OpenImageIO : Updated to version 2.5.10.1.
- OpenPGL : Updated to version 0.6.0.
- OpenShadingLanguage :
- Updated to version 1.13.11.0.
- Enabled Optix support on Linux.
- PySide : Updated to version 5.15.14.
- Qt : Updated to version 5.15.14.
- USD : Updated to version 24.08.
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import tarfile
import zipfile

__version = "9.0.0a4"
__version = "9.0.0"

"""
Config file format
Expand Down

0 comments on commit dd378ac

Please sign in to comment.