Skip to content

Commit

Permalink
Bump version to 1.2.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Jan 30, 2023
1 parent 074fac8 commit 36f20d0
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 @@
1.2.0.0ax (relative to 1.2.0.0a2)
1.2.0.0a3 (relative to 1.2.0.0a2)
=========

Features
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ gafferMilestoneVersion = 1 # for announcing major milestones - may contain all o
gafferMajorVersion = 2 # backwards-incompatible changes
gafferMinorVersion = 0 # new backwards-compatible features
gafferPatchVersion = 0 # bug fixes
gafferVersionSuffix = "a2" # used for alpha/beta releases : "a1", "b2", etc.
gafferVersionSuffix = "a3" # 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 36f20d0

Please sign in to comment.