From 0f34fb872a334f83cfba88b6db0e57067056977b Mon Sep 17 00:00:00 2001 From: John Haddon Date: Thu, 11 Jul 2024 09:43:58 +0100 Subject: [PATCH] Bump version to 10.5.9.1 --- Changes | 9 +++++++-- SConstruct | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 5918aebdf9..700537783d 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ -10.5.x.x (relative to 10.5.9.0) +10.5.x.x (relative to 10.5.9.1) +======== + + + +10.5.9.1 (relative to 10.5.9.0) ======== Fixes @@ -6,7 +11,7 @@ Fixes - OpenImageIOAlgo : Fixed `data()` handling of arrays of type `TypeDesc::CHAR`, `TypeDesc::UCHAR`, `TypeDesc::USHORT`, `TypeDesc::SHORT`, `TypeDesc::UINT` and `TypeDesc::HALF`. Among other things, this fixes the round-tripping of ICC profiles in ImageReader/ImageWriter. -10.5.9.x (relative to 10.5.8.0) +10.5.9.0 (relative to 10.5.8.0) ======== Improvements diff --git a/SConstruct b/SConstruct index 0bd32acd7b..7bca6e1060 100644 --- a/SConstruct +++ b/SConstruct @@ -57,7 +57,7 @@ SConsignFile() ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below ieCoreMajorVersion = 5 # backwards-incompatible changes ieCoreMinorVersion = 9 # new backwards-compatible features -ieCorePatchVersion = 0 # bug fixes +ieCorePatchVersion = 1 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################