From c1067375f7783162f364bb8bbd0d5590d746de16 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Mon, 27 Nov 2023 09:11:23 +0000 Subject: [PATCH] Bump version to 10.5.4.1 --- Changes | 9 +++++++-- SConstruct | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index e5cf0ae8c4..99a60277f3 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,15 @@ -10.5.x.x (relative to 10.5.4.0) +10.5.x.x (relative to 10.5.4.1) +======== + + + +10.5.4.1 (relative to 10.5.4.0) ======== Fixes ----- -- OpenImageIOAlgo : Properly handle empty metadata values +- OpenImageIOAlgo : Properly handle empty metadata values. 10.5.4.0 (relative to 10.5.3.0) ======== diff --git a/SConstruct b/SConstruct index e71936c911..696e9b5a07 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 = 4 # new backwards-compatible features -ieCorePatchVersion = 0 # bug fixes +ieCorePatchVersion = 1 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################