We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3d065 commit 2ae8415Copy full SHA for 2ae8415
CHANGES.md
@@ -1,3 +1,7 @@
1
+Release 2.5.19.0 (??, 2025) -- compared to 2.5.18.0
2
+--------------------------------------------------------
3
+
4
5
Release 2.5.18.0 (Jan 1, 2025) -- compared to 2.5.17.0
6
--------------------------------------------------------
7
- *exr*: Avoid integer overflow for large deep exr slice strides [#4542](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4542)
CMakeLists.txt
@@ -4,7 +4,7 @@
cmake_minimum_required (VERSION 3.15)
-set (OpenImageIO_VERSION "2.5.18.0")
+set (OpenImageIO_VERSION "2.5.19.0")
8
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
9
"Version override (use with caution)!")
10
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)
0 commit comments