Skip to content

Commit

Permalink
Bump version to 1.4.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Jan 28, 2025
1 parent e1a5edc commit dd96bc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
1.4.15.x (relative to 1.4.15.4)
1.4.15.x (relative to 1.4.15.5)
========

1.4.15.5 (relative to 1.4.15.4)
========

Fixes
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :
gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 4 # backwards-incompatible changes
gafferMinorVersion = 15 # 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 dd96bc5

Please sign in to comment.