Skip to content

Commit

Permalink
Bumped version and updated changes file.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Jul 26, 2013
1 parent 6bbe2b2 commit 501a7b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.72.1
======

- Updated PySide build.
- Fixed bug expanding objects in viewer when a custom variable was needed by the computation (#438).
- Fixed boxing of RenderMan coshaders (#440).
- Fixed Qt 4.6 compatibility.

0.72.0
======

Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ env = Environment(

GAFFER_MAJOR_VERSION = "0",
GAFFER_MINOR_VERSION = "72",
GAFFER_PATCH_VERSION = "0",
GAFFER_PATCH_VERSION = "1",

)

Expand Down

0 comments on commit 501a7b6

Please sign in to comment.