From fe784a7eb8caee5ddf060c161fe689217d498fd2 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 9 Oct 2024 11:20:23 +0100 Subject: [PATCH] Bump version to 10.5.9.5 --- Changes | 7 ++++++- SConstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index bc2454559b..a8b6af1948 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ -10.5.x.x (relative to 10.5.9.4) +10.5.x.x (relative to 10.5.9.5) +======== + + + +10.5.9.5 (relative to 10.5.9.4) ======== Fixes diff --git a/SConstruct b/SConstruct index 09b4394032..5c372eb8a8 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 = 4 # bug fixes +ieCorePatchVersion = 5 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################