diff --git a/Changes b/Changes index e607268556a..9707427372d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +0.35.1.1 +======== + +Fixes +----- + +- GafferImage::VectorWarp : Fixed crash on pixels with value nan/inf + 0.35.1.0 ======== diff --git a/SConstruct b/SConstruct index 1997b86f9d8..b5307e2699d 100644 --- a/SConstruct +++ b/SConstruct @@ -52,7 +52,7 @@ import subprocess gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below gafferMajorVersion = 35 # backwards-incompatible changes gafferMinorVersion = 1 # 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