File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ Release 2.4.7.1 (3 Jan 2023) -- compared to 2.4.7.0
2
+ ----------------------------------------------------
3
+ * Fix build break for Mac ARM. #3735
4
+ * CMake config should not include a find of fmt if it's internalized. #3739
5
+
1
6
Release 2.4.7.0 (1 Jan 2023) -- compared to 2.4.6.0
2
7
----------------------------------------------------
3
8
* IOMemReader detects and errors for out-of-range read positions. #3712
Original file line number Diff line number Diff line change 4
4
5
5
cmake_minimum_required (VERSION 3.12 )
6
6
7
- set (OpenImageIO_VERSION "2.4.7.0 " )
7
+ set (OpenImageIO_VERSION "2.4.7.1 " )
8
8
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
9
9
"Version override (use with caution)!" )
10
10
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE )
You can’t perform that action at this time.
0 commit comments