From f469134b24a292037aba417e3d6bd381ecd9443d Mon Sep 17 00:00:00 2001 From: David Minor Date: Wed, 19 Nov 2014 12:04:35 -0800 Subject: [PATCH] Bumped version to 5.0.1 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 7336963e1c3..320c81511e8 100644 --- a/SConstruct +++ b/SConstruct @@ -51,7 +51,7 @@ import subprocess gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below gafferMajorVersion = 5 # backwards-incompatible changes gafferMinorVersion = 0 # 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