From 67f934473713caa60e9f4ae17a0d68bee0fac1bb Mon Sep 17 00:00:00 2001 From: John Haddon Date: Thu, 10 Oct 2024 16:05:34 +0100 Subject: [PATCH] Bump version to 1.4.15.0 --- Changes.md | 7 ++++++- SConstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 3934dc25260..cb89f26a766 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,11 @@ -1.4.x.x (relative to 1.4.14.0) +1.4.x.x (relative to 1.4.15.0) ======= + + +1.4.15.0 (relative to 1.4.14.0) +======== + Improvements ------------ diff --git a/SConstruct b/SConstruct index 42b1b7bc023..65d49b57fbd 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 = 4 # 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.