Skip to content

Commit 69ffbde

Browse files
Bump version to 10.6.0.0
1 parent fbf6b92 commit 69ffbde

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Changes

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
10.6.x.x (relative to 10.6.0.0a1)
1+
10.6.x.x (relative to 10.6.0.0)
22
========
33

4-
Improvements
5-
------------
64

7-
- RefCounted, RunTimeTyped : Inlined constructor and destructor.
85

9-
Breaking Changes
10-
----------------
6+
10.6.0.0 (relative to 10.5.15.2)
7+
========
118

12-
- SmoothSkinningData : Removed, along with all associated Ops and Parameters.
9+
Improvements
10+
------------
1311

14-
10.6.0.0a1 (relative to 10.5.15.1)
15-
==========
12+
- RefCounted, RunTimeTyped : Inlined constructor and destructor.
1613

1714
Fixes
1815
-----
@@ -36,6 +33,7 @@ Breaking Changes
3633
- IECoreMaya : Removed.
3734
- IECoreNuke : Removed.
3835
- Removed support for `IECORE_RTLD_GLOBAL` environment variable.
36+
- SmoothSkinningData : Removed, along with all associated Ops and Parameters.
3937

4038
10.5.x.x (relative to 10.5.15.2)
4139
========

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all
5858
ieCoreMajorVersion = 6 # backwards-incompatible changes
5959
ieCoreMinorVersion = 0 # new backwards-compatible features
6060
ieCorePatchVersion = 0 # bug fixes
61-
ieCoreVersionSuffix = "a1" # used for alpha/beta releases. Example: "a1", "b2", etc.
61+
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

6363
###########################################################################################
6464
# Command line options

0 commit comments

Comments
 (0)