From 2fe04232b1d28b2193fdf2547d7239dd46156805 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Fri, 22 Mar 2024 16:49:35 +0000 Subject: [PATCH] Bump version to 1.3.15.0 --- Changes.md | 9 +++++++-- SConstruct | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes.md b/Changes.md index 2c3f998380f..c2f19f52d40 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,10 @@ -1.3.x.x (relative to 1.3.14.0) -======= +1.3.x.x (relative to 1.3.15.0) +======== + + + +1.3.15.0 (relative to 1.3.14.0) +======== Improvements ------------ diff --git a/SConstruct b/SConstruct index 1fc9c62e73f..5e368c0fad1 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 = 14 # new backwards-compatible features +gafferMinorVersion = 15 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.