Skip to content

Commit

Permalink
Updated Changes and bumped version to 9.0.0-a3.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Aug 8, 2014
1 parent 269ff32 commit 3f2188c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 9.0.0-a3

#### IECore

- Added SceneInterface::hash() method.
- Improved ConfigLoader.
- Now executes files within the same directory in alphabetical order.
- Added subdirectory argument.
- Env var accepted in place of search path.

# 9.0.0-a2

#### 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="a2" # used for alpha/beta releases. Example: "a1", "b2", etc.
ieCoreVersionSuffix="a3" # used for alpha/beta releases. Example: "a1", "b2", etc.

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

0 comments on commit 3f2188c

Please sign in to comment.