Skip to content

Commit b178a54

Browse files
committed
CHANGES and stage for v2.4.7.1
1 parent 91c3a7c commit b178a54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
Release 2.4.7.0 (1 Jan 2023) -- compared to 2.4.6.0
27
----------------------------------------------------
38
* IOMemReader detects and errors for out-of-range read positions. #3712

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required (VERSION 3.12)
66

7-
set (OpenImageIO_VERSION "2.4.7.0")
7+
set (OpenImageIO_VERSION "2.4.7.1")
88
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
99
"Version override (use with caution)!")
1010
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)

0 commit comments

Comments
 (0)