From 4356d0fabf6525b063f20ee5556b5c6fc1003719 Mon Sep 17 00:00:00 2001 From: David Minor Date: Wed, 16 Jul 2014 13:04:20 -0700 Subject: [PATCH] Bumped version to 0.96.1 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index efebb9a3e03..627cbd17047 100644 --- a/SConstruct +++ b/SConstruct @@ -494,7 +494,7 @@ env = Environment( GAFFER_MAJOR_VERSION = "0", GAFFER_MINOR_VERSION = "96", - GAFFER_PATCH_VERSION = "0", + GAFFER_PATCH_VERSION = "1", )