Skip to content

Commit

Permalink
Update Sconstruct for 0.28.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldresser authored Sep 22, 2016
1 parent 4f083a8 commit ce04927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import subprocess
gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 28 # backwards-incompatible changes
gafferMinorVersion = 2 # 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 ce04927

Please sign in to comment.