Skip to content

Commit

Permalink
Bump version to 0.61.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Dec 7, 2021
1 parent bf4d482 commit 4c7596f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.61.x.x (relative to 0.61.1.0)
0.61.1.1 (relative to 0.61.1.0)
========

Fixes
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import distutils.dir_util
gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 61 # backwards-incompatible changes
gafferMinorVersion = 1 # new backwards-compatible features
gafferPatchVersion = 0 # bug fixes
gafferPatchVersion = 1 # bug fixes

# All of the following must be considered when determining
# whether or not a change is backwards-compatible
Expand Down

0 comments on commit 4c7596f

Please sign in to comment.