Skip to content

Commit

Permalink
Bump version to 1.2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Oct 20, 2023
1 parent 3d71b46 commit 151b585
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.2.10.x (relative to 1.2.10.4)
1.2.10.x (relative to 1.2.10.5)
========

1.2.10.5 (relative to 1.2.10.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 = 2 # backwards-incompatible changes
gafferMinorVersion = 10 # 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 151b585

Please sign in to comment.