Skip to content

Commit

Permalink
Bump version to 1.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
murraystevenson committed Apr 15, 2024
1 parent 38ee5e9 commit 6ee3129
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ee3129

Please sign in to comment.