From ac8275369b1c235fa9604730aba84d82d335f929 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 18 Sep 2024 10:30:22 +0100 Subject: [PATCH] Bump version to 10.5.9.3 --- Changes | 7 ++++++- SConstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 0820367d85..0809c3567e 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ -10.5.x.x (relative to 10.5.9.2) +10.5.x.x (relative to 10.5.9.3) +======== + + + +10.5.9.3 (relative to 10.5.9.2) ======== Fixes diff --git a/SConstruct b/SConstruct index fbc0461ef0..babba24527 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 = 2 # bug fixes +ieCorePatchVersion = 3 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################