From eab84e17016256dc30ff4cb592f6eb96c359dfbb Mon Sep 17 00:00:00 2001 From: David Minor Date: Fri, 28 Nov 2014 12:29:10 -0800 Subject: [PATCH] Bumped version to 6.0.0 --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index fcfb9e1d73d..f8edfd8d918 100644 --- a/SConstruct +++ b/SConstruct @@ -49,9 +49,9 @@ import subprocess ############################################################################################### gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below -gafferMajorVersion = 5 # backwards-incompatible changes +gafferMajorVersion = 6 # backwards-incompatible changes gafferMinorVersion = 0 # new backwards-compatible features -gafferPatchVersion = 1 # bug fixes +gafferPatchVersion = 0 # bug fixes # All of the following must be considered when determining # whether or not a change is backwards-compatible