From fb4da1350369bc49b18a2862dc53d3cc186dc007 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Mon, 7 Oct 2024 12:57:18 +0100 Subject: [PATCH] Bump version to 1.3.16.9 --- Changes.md | 7 ++++++- SConstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 934e59b668..1e2ab39d5c 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ -1.3.16.x (relative to 1.3.16.8) +1.3.16.x (relative to 1.3.16.9) +======== + + + +1.3.16.9 (relative to 1.3.16.8) ======== Fixes diff --git a/SConstruct b/SConstruct index 3a851076d9..3daf16c2b8 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 = 8 # bug fixes +gafferPatchVersion = 9 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc. # All of the following must be considered when determining