Skip to content

Commit

Permalink
Bump version to 1.3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Mar 15, 2024
1 parent 07e626f commit bb50865
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
1.3.x.x (relative to 1.3.13.1)
1.3.x.x (relative to 1.3.14.0)
=======



1.3.14.0 (relative to 1.3.13.1)
========

Features
--------

- Render, InteractiveRender : Added new nodes capable of rendering to any supported renderer, and using the`render:defaultRenderer` option to determine which to use by default.
- Render, InteractiveRender : Added new nodes capable of rendering to any supported renderer, and using the `render:defaultRenderer` option to determine which to use by default.
- StandardOptions : Added `render:defaultRenderer` option, allowing the scene globals to specify which renderer is used by the Render and InteractiveRender nodes.
- RenderPassEditor : Added a column for the `render:defaultRenderer` option, allowing each pass to be rendered in a different renderer.

Expand Down
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :

gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 3 # backwards-incompatible changes
gafferMinorVersion = 13 # new backwards-compatible features
gafferPatchVersion = 1 # bug fixes
gafferMinorVersion = 14 # new backwards-compatible features
gafferPatchVersion = 0 # bug fixes
gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.

# All of the following must be considered when determining
Expand Down

0 comments on commit bb50865

Please sign in to comment.