Skip to content

Commit eeb08d5

Browse files
committed
Bump version to 10.4.0.0a4 and update Changes
1 parent 47d2552 commit eeb08d5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Changes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
10.4.0.0a4 (relative to 10.4.0.0a3)
2+
==========
3+
4+
> Note : Changes marked with "(RB-10.3)" don't need to be mentioned in the release notes for the final release version of `10.4.0.0`. They are all inherited from `RB-10.3`.
5+
6+
Fixes
7+
-----
8+
9+
- USDScene : Fixed read/write of Color4f parameters, including component connections (RB-10.3).
10+
- ShaderNetworkAlgo : Added support for Color4f parameters in `add|removeComponentConnectionAdapters()` (RB-10.3).
11+
12+
113
10.4.0.0a3 (relative to 10.4.0.0a2)
214
==========
315

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all
5858
ieCoreMajorVersion = 4 # backwards-incompatible changes
5959
ieCoreMinorVersion = 0 # new backwards-compatible features
6060
ieCorePatchVersion = 0 # bug fixes
61-
ieCoreVersionSuffix = "a3" # used for alpha/beta releases. Example: "a1", "b2", etc.
61+
ieCoreVersionSuffix = "a4" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

6363
###########################################################################################
6464
# Command line options

0 commit comments

Comments
 (0)