From 293c55ea9e89172121477bd98d46babfb9c5a1ac Mon Sep 17 00:00:00 2001 From: John Haddon Date: Fri, 15 Sep 2023 10:32:15 +0100 Subject: [PATCH] Bump version to 10.4.10.3 --- Changes | 4 ++-- SConstruct | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index ce4539c8b4..34d6f9b652 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,5 @@ -10.4.x.x (relative to 10.4.10.2) -======== +10.4.10.3 (relative to 10.4.10.2) +========= Fixes ----- diff --git a/SConstruct b/SConstruct index 97454e7c0d..be4e88fa43 100644 --- a/SConstruct +++ b/SConstruct @@ -57,7 +57,7 @@ SConsignFile() ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below ieCoreMajorVersion = 4 # backwards-incompatible changes ieCoreMinorVersion = 10 # new backwards-compatible features -ieCorePatchVersion = 2 # bug fixes +ieCorePatchVersion = 3 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################