From b2115f25e601737cb547826ef9f94442d61fe347 Mon Sep 17 00:00:00 2001 From: Andrew Kaufman Date: Thu, 27 Aug 2015 11:22:13 -0700 Subject: [PATCH] Updated patch version and changes --- Changes | 9 +++++++++ SConstruct | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index c9da666a483..af3396c3ac1 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ +# 0.16.0.1 +========== + +UI +----------------------------------------------------------------------- + +- UIEditor : Update preset value on selection change. +- ShaderSwitchUI : Fix NodeGraph representation (#1461). + # 0.16.0.0 ========== diff --git a/SConstruct b/SConstruct index be00e5d806b..eccf6549d11 100644 --- a/SConstruct +++ b/SConstruct @@ -51,7 +51,7 @@ import subprocess gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below gafferMajorVersion = 16 # 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