diff --git a/Changes b/Changes index 840ce2bad4..7d9c409f41 100644 --- a/Changes +++ b/Changes @@ -1,17 +1,20 @@ -10.5.x.x (relative to 10.5.6.2) +10.5.x.x (relative to 10.5.7.0) +======== + + +10.5.7.0 (relative to 10.5.6.2) ======== Features -------- -- MeshPrimitive : Added interpolateBoundary, faceVaryingLinearInterpolation and triangleSubdivisionRule properties for controlling the shape of the subdivision limit surface. +- MeshPrimitive : Added `interpolateBoundary`, `faceVaryingLinearInterpolation` and `triangleSubdivisionRule` properties for controlling the shape of the subdivision limit surface. Fixes ----- - MeshPrimitive : Removed `interpolation` from topologyHash. The topologyHash should only include things which affect the layout of primitive variables. - 10.5.6.2 (relative to 10.5.6.1) ======== diff --git a/SConstruct b/SConstruct index c172ee00b6..e0a43d5b90 100644 --- a/SConstruct +++ b/SConstruct @@ -56,8 +56,8 @@ SConsignFile() ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below ieCoreMajorVersion = 5 # backwards-incompatible changes -ieCoreMinorVersion = 6 # new backwards-compatible features -ieCorePatchVersion = 2 # bug fixes +ieCoreMinorVersion = 7 # new backwards-compatible features +ieCorePatchVersion = 0 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################