From e44a4ab0e5b7c7ca2e035199f96e40947d9ca48e Mon Sep 17 00:00:00 2001 From: John Haddon Date: Fri, 20 Sep 2024 11:40:13 +0100 Subject: [PATCH] Bump version to 1.5.0.0a1 --- Changes.md | 9 ++++++++- SConstruct | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 2d6bf3ee79..901f649415 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,13 @@ -1.x.x.x (relative to 1.4.x.x) +1.x.x.x (relative to 1.5.0.0a1) ======= + + +1.5.0.0a1 (relative to 1.4.13.0) +========= + +> Note : Gaffer 1.5 marks the end of provision of GCC 9 builds on Linux. Use Gaffer 1.4 if you require GCC 9 builds. + Features -------- diff --git a/SConstruct b/SConstruct index 4ad476aab3..e251fb9999 100644 --- a/SConstruct +++ b/SConstruct @@ -65,7 +65,7 @@ gafferMilestoneVersion = 1 # for announcing major milestones - may contain all o gafferMajorVersion = 5 # backwards-incompatible changes gafferMinorVersion = 0 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes -gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc. +gafferVersionSuffix = "a1" # used for alpha/beta releases : "a1", "b2", etc. # All of the following must be considered when determining # whether or not a change is backwards-compatible