From fdfd188a9bf3042547d10ff48ea1762d4c46ba4f Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 5 Jun 2024 10:25:47 +0100 Subject: [PATCH] Bump version to 10.5.8.0 --- Changes | 7 ++++++- SConstruct | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 6fe439da10..31f54b8039 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ -10.5.x.x (relative to 10.5.7.1) +10.5.x.x (relative to 10.5.8.0) +======== + + + +10.5.8.0 (relative to 10.5.7.1) ======== Improvements diff --git a/SConstruct b/SConstruct index 23184e909a..30376b5802 100644 --- a/SConstruct +++ b/SConstruct @@ -56,8 +56,8 @@ SConsignFile() ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below ieCoreMajorVersion = 5 # backwards-incompatible changes -ieCoreMinorVersion = 7 # new backwards-compatible features -ieCorePatchVersion = 1 # bug fixes +ieCoreMinorVersion = 8 # new backwards-compatible features +ieCorePatchVersion = 0 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################