From 1d1706049bc82b8442aa64684c3a50979fd32fa9 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Mon, 7 Oct 2024 13:10:56 +0100 Subject: [PATCH] Bump version to 1.5.0.0a2 --- Changes.md | 7 ++++++- SConstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index e12972464f0..17dbcc5d652 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,11 @@ -1.x.x.x (relative to 1.5.0.0a1) +1.x.x.x (relative to 1.5.0.0a2) ======= + + +1.5.0.0a2 (relative to 1.5.0.0a1) +========= + Features -------- diff --git a/SConstruct b/SConstruct index e251fb99998..49a6edca43d 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 = "a1" # used for alpha/beta releases : "a1", "b2", etc. +gafferVersionSuffix = "a2" # 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