We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371abb7 commit 19a8da2Copy full SHA for 19a8da2
2 files changed
CHANGES.md
@@ -1,3 +1,8 @@
1
+Release 3.1.6.2 (Oct 3, 2025) -- compared to 3.1.6.1
2
+----------------------------------------------------
3
+ - *oiioversion.h*: Restore definition of `OIIO_NAMESPACE_USING` macro [#4920](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4920)
4
+
5
6
Release 3.1 (Oct 2, 2025) -- compared to 3.0.x
7
-----------------------------------------------------
8
- Beta 1: Aug 22, 2025
CMakeLists.txt
@@ -4,7 +4,7 @@
cmake_minimum_required (VERSION 3.18.2...4.0)
-set (OpenImageIO_VERSION "3.1.6.1")
+set (OpenImageIO_VERSION "3.1.6.2")
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
9
"Version override (use with caution)!")
10
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)
0 commit comments