From 58eaee11ebafd317a74deaf50c9911580854bb2d Mon Sep 17 00:00:00 2001 From: John Haddon Date: Fri, 22 Nov 2024 14:42:33 +0000 Subject: [PATCH] Bump version to 1.5.1.0 --- Changes.md | 7 ++++++- SConstruct | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes.md b/Changes.md index aa730ffc8e..df8ced8741 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ -1.5.x.x (relative to 1.5.0.1) +1.5.x.x (relative to 1.5.1.0) +======= + + + +1.5.1.0 (relative to 1.5.0.1) ======= Features diff --git a/SConstruct b/SConstruct index 2e85847cc6..246d37c357 100644 --- a/SConstruct +++ b/SConstruct @@ -63,8 +63,8 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" : gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below gafferMajorVersion = 5 # backwards-incompatible changes -gafferMinorVersion = 0 # new backwards-compatible features -gafferPatchVersion = 1 # bug fixes +gafferMinorVersion = 1 # new backwards-compatible features +gafferPatchVersion = 0 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc. # All of the following must be considered when determining