Skip to content

Commit

Permalink
Bumped version to 9.0.0-a6 and updated Changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Sep 15, 2014
1 parent fc82687 commit e8e332b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 9.0.0-a6

#### IECore

- Multithreaded PointSmoothSkinningOp
- Added ExternalProcedural object type
- Added HasBaseType type trait
- Added boost::hash compatibility for MurmurHash

#### IECoreRI

- Added support for DynamicLoad and DelayedReadArchive procedurals

#### IECoreArnold

- Added support for delayed load DSO and .ass procedurals

# 9.0.0-a5

#### IECore
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SConsignFile()
ieCoreMajorVersion=9
ieCoreMinorVersion=0
ieCorePatchVersion=0
ieCoreVersionSuffix="a5" # used for alpha/beta releases. Example: "a1", "b2", etc.
ieCoreVersionSuffix="a6" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
# Command line options
Expand Down

0 comments on commit e8e332b

Please sign in to comment.