Skip to content

Commit

Permalink
Bump version to 1.3.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
murraystevenson committed Jun 14, 2024
1 parent a845fa5 commit 02b732e
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.3.16.x (relative to 1.3.16.4)
1.3.16.x (relative to 1.3.16.5)
========



1.3.16.5 (relative to 1.3.16.4)
========

Fixes
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :
gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 3 # backwards-incompatible changes
gafferMinorVersion = 16 # new backwards-compatible features
gafferPatchVersion = 4 # bug fixes
gafferPatchVersion = 5 # bug fixes
gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.

# All of the following must be considered when determining
Expand Down

0 comments on commit 02b732e

Please sign in to comment.