From 6ee312902f0e2b896d3ca0c5f941ec2965168d96 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:07:11 -0700 Subject: [PATCH] Bump version to 1.4.0.0 --- Changes.md | 7 ++++++- SConstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 7535386452..5d42401a65 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ -1.4.x.x (relative to 1.3.16.0) +1.4.x.x (relative to 1.4.0.0) +======= + + + +1.4.0.0 (relative to 1.3.16.0) ======= > Note : This release introduces `linux-gcc11` builds which are only compatible with Linux distributions using glibc 2.28 or higher. diff --git a/SConstruct b/SConstruct index c4ca0e50d4..bd8bd820ce 100644 --- a/SConstruct +++ b/SConstruct @@ -65,7 +65,7 @@ gafferMilestoneVersion = 1 # for announcing major milestones - may contain all o gafferMajorVersion = 4 # backwards-incompatible changes gafferMinorVersion = 0 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes -gafferVersionSuffix = "b6" # used for alpha/beta releases : "a1", "b2", etc. +gafferVersionSuffix = "" # 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