Skip to content

Commit 5acbf88

Browse files
committed
Bump version after release
Signed-off-by: Larry Gritz <[email protected]>
1 parent 275d735 commit 5acbf88

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Release 2.5.14.0 (Aug 1?, 2024) -- compared to 2.5.13.1
1+
Release 2.5.15.0 (Sep 1?, 2024) -- compared to 2.5.14.0
2+
--------------------------------------------------------
3+
4+
5+
Release 2.5.14.0 (Aug 1, 2024) -- compared to 2.5.13.1
26
--------------------------------------------------------
37
- *fix (png)*: Correctly read PNGs with partial alpha [#4315](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4315) (2.5.14.0)
48
- *fix(ImageBuf)*: Copy/paste error in the ImageBuf iterator copy constructor [#4365](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4365) (by Anton Dukhovnikov)

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.15)
66

7-
set (OpenImageIO_VERSION "2.5.14.0")
7+
set (OpenImageIO_VERSION "2.5.15.0")
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)