From ebca5b02d868a3cbec08dd828d7fbc55ea91a133 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Fri, 23 Feb 2024 09:44:36 +0000 Subject: [PATCH] Bump version to 1.2.10.6 --- Changes.md | 7 ++++++- SConstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 7b7773e1faf..c8bab870d90 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ -1.2.10.x (relative to 1.2.10.5) +1.2.10.x (relative to 1.2.10.6) +======== + + + +1.2.10.6 (relative to 1.2.10.5) ======== Fixes diff --git a/SConstruct b/SConstruct index bc4711804b8..41bdb7498f1 100644 --- a/SConstruct +++ b/SConstruct @@ -63,7 +63,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" : gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below gafferMajorVersion = 2 # backwards-incompatible changes gafferMinorVersion = 10 # new backwards-compatible features -gafferPatchVersion = 5 # bug fixes +gafferPatchVersion = 6 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc. # All of the following must be considered when determining