Skip to content

Commit

Permalink
Bumped version to 0.11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsminor committed Mar 16, 2015
1 parent 62112b4 commit d407fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ import subprocess
###############################################################################################

gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 10 # backwards-incompatible changes
gafferMinorVersion = 1 # new backwards-compatible features
gafferMajorVersion = 11 # backwards-incompatible changes
gafferMinorVersion = 0 # new backwards-compatible features
gafferPatchVersion = 0 # bug fixes

# All of the following must be considered when determining
Expand Down

0 comments on commit d407fd3

Please sign in to comment.