From 02b732e4b7b4125f30abe71b318fafb1e500bc7c Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:11:49 -0700 Subject: [PATCH] Bump version to 1.3.16.5 --- Changes.md | 7 ++++++- SConstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 4f149decb02..e72a5d81399 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ -1.3.16.x (relative to 1.3.16.4) +1.3.16.x (relative to 1.3.16.5) +======== + + + +1.3.16.5 (relative to 1.3.16.4) ======== Fixes diff --git a/SConstruct b/SConstruct index 0ed950d99c8..dabd627f2a0 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 = 3 # backwards-incompatible changes gafferMinorVersion = 16 # new backwards-compatible features -gafferPatchVersion = 4 # bug fixes +gafferPatchVersion = 5 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc. # All of the following must be considered when determining