From c30bc7ad1b210417409924d01ab5e4dcfbe12754 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Fri, 20 Oct 2023 11:00:52 +0100 Subject: [PATCH] Bump version to 1.3.5.0 --- Changes.md | 6 +++++- SConstruct | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 861df3172cc..9ad047cde5a 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,8 @@ -1.3.x.x (relative to 1.3.4.0) +1.3.x.x (relative to 1.3.5.0) +======= + + +1.3.5.0 (relative to 1.3.4.0) ======= Features diff --git a/SConstruct b/SConstruct index 89da2caeede..0207297d9c5 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 = 4 # new backwards-compatible features +gafferMinorVersion = 5 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.