Skip to content

Commit 8fa8e9c

Browse files
committed
Stage for full release of v2.5.4.0
This is the first release of 2.5 as the current supported production release. The 2.4 family is now relegated to "obsolete" status with only important bugs fixed and support level slowly reducing over the next several months is adopted. Signed-off-by: Larry Gritz <[email protected]>
1 parent 13d8ce3 commit 8fa8e9c

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

CHANGES.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
Release 2.5 (Fall 2023) -- compared to 2.4
2-
-------------------------------------------------
3-
4-
Beta 1 (2.5.3.0): 2023-09-04
5-
Beta 2 (2.5.3.1): 2023-09-24
6-
RC1 (2.5.3.2): 2023-09-27
1+
Release 2.5 (2.5.4.0, Oct 1, 2023) -- compared to 2.4
2+
-----------------------------------------------------
73

84
### New minimum dependencies and compatibility changes:
95
* CMake: minimum needed to build OpenImageIO has been raised from 3.12 to
@@ -643,6 +639,8 @@ RC1 (2.5.3.2): 2023-09-27
643639

644640
### 🏢 Project Administration
645641

642+
- **Moved repo to https://github.com/AcademySoftwareFundation/OpenImageIO**.
643+
Also moved the "oiio-images" repo to AcademySoftareFoundation/OpenImageIO
646644
- Added RELEASING.md documenting our versioning and release procedures #3564
647645
#3580
648646
- Update CONTRIBUTING and SECURITY [#3852](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/3852) (2.5.2.0)

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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.3.2")
7+
set (OpenImageIO_VERSION "2.5.4.0")
88
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
99
"Version override (use with caution)!")
1010
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)
@@ -19,7 +19,7 @@ project (OpenImageIO VERSION ${OpenImageIO_VERSION}
1919
set (PROJ_NAME OIIO) # short name, caps
2020
string (TOLOWER ${PROJ_NAME} PROJ_NAME_LOWER) # short name lower case
2121
string (TOUPPER ${PROJ_NAME} PROJ_NAME_UPPER) # short name upper case
22-
set (PROJECT_VERSION_RELEASE_TYPE "RC1" CACHE STRING
22+
set (PROJECT_VERSION_RELEASE_TYPE "" CACHE STRING
2323
"Build type, for example: dev, beta2, RC1 (empty string for normal release)")
2424
set (${PROJECT_NAME}_VERSION_RELEASE_TYPE ${PROJECT_VERSION_RELEASE_TYPE})
2525
set (PROJECT_AUTHORS "Contributors to the OpenImageIO project")

0 commit comments

Comments
 (0)