Skip to content

Commit 6119234

Browse files
author
Lucio Moser
committed
Updated Changes and bumped version to 8.0.0a21.
1 parent 7ab2a1e commit 6119234

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 8.0.0-a21
2+
3+
#### IECoreMaya
4+
5+
- Changing base class for DrawableHolder (from MPxLocatorNode to MPxSurfaceShape ) to solve a selection bug.
6+
Warning: This breaks binary compatibility with any DrawableHolder derived class.
7+
8+
19
# 8.0.0-a20
210

311
#### IECore

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SConsignFile()
5353
ieCoreMajorVersion=8
5454
ieCoreMinorVersion=0
5555
ieCorePatchVersion=0
56-
ieCoreVersionSuffix="a20" # used for alpha/beta releases. Example: "a1", "b2", etc.
56+
ieCoreVersionSuffix="a21" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

5858
###########################################################################################
5959
# Command line options

0 commit comments

Comments
 (0)