From 45ff30c4204ea59e3cf780d7a72ceb3cf1a6e998 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Wed, 22 May 2024 13:13:30 -0700 Subject: [PATCH] Bump version to 1.4.4.0 --- Changes.md | 7 ++++++- SConstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 1800ced47ae..4cf58b49a8f 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ -1.4.x.x (relative to 1.4.3.0) +1.4.x.x (relative to 1.4.4.0) +======= + + + +1.4.4.0 (relative to 1.4.3.0) ======= Features diff --git a/SConstruct b/SConstruct index 2605981ac9d..5ab4b445f0b 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 = 3 # new backwards-compatible features +gafferMinorVersion = 4 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.