From e6d4406065db66e2200b7bfffcb3420976c11608 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 9 Aug 2023 09:38:28 +0100 Subject: [PATCH] Bump version to 10.5.1.0 --- Changes | 6 +++++- SConstruct | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 94a521a6b0..98c5ce5d72 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ -10.5.x.x (relative to 10.5.0.0) +10.5.x.x (relative to 10.5.1.0) +======== + + +10.5.1.0 (relative to 10.5.0.0) ======== Improvements diff --git a/SConstruct b/SConstruct index e585047609..d410a5268c 100644 --- a/SConstruct +++ b/SConstruct @@ -56,7 +56,7 @@ SConsignFile() ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below ieCoreMajorVersion = 5 # backwards-incompatible changes -ieCoreMinorVersion = 0 # new backwards-compatible features +ieCoreMinorVersion = 1 # new backwards-compatible features ieCorePatchVersion = 0 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.