From 9d3d76fe3ac449ced8b0a35a83468806dd8eb3d8 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Fri, 10 May 2024 10:31:47 -0700 Subject: [PATCH] Bump version to 1.3.16.3 --- Changes.md | 7 ++++++- SConstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 899927c8a4..931bf6768e 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ -1.3.16.x (relative to 1.3.16.2) +1.3.16.x (relative to 1.3.16.3) +======== + + + +1.3.16.3 (relative to 1.3.16.2) ======== Fixes diff --git a/SConstruct b/SConstruct index b90acab2a7..0b3d497982 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 = 2 # bug fixes +gafferPatchVersion = 3 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc. # All of the following must be considered when determining