From 76c735072e32ceba63956f5bdf37cdb56db95d61 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 31 Jan 2024 09:59:37 +0000 Subject: [PATCH] Bump version to 1.3.11.0 --- Changes.md | 7 ++++++- SConstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index dcc752c5ef2..fba0227a494 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,11 @@ -1.3.x.x (relative to 1.3.10.0) +1.3.x.x (relative to 1.3.11.0) ======= + + +1.3.11.0 (relative to 1.3.10.0) +======== + Features -------- diff --git a/SConstruct b/SConstruct index 026da5749ce..4c680eba86d 100644 --- a/SConstruct +++ b/SConstruct @@ -62,7 +62,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" : gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below gafferMajorVersion = 3 # backwards-incompatible changes -gafferMinorVersion = 10 # new backwards-compatible features +gafferMinorVersion = 11 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.