Skip to content

Commit

Permalink
Bump version to 1.5.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Sep 20, 2024
1 parent d145003 commit e44a4ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -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
--------

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 = 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
Expand Down

0 comments on commit e44a4ab

Please sign in to comment.