Skip to content

Commit da8e1b5

Browse files
committed
Bump version to 10.4.0.0a3 and update Changes
1 parent 2820af9 commit da8e1b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
10.4.0.0ax (relative to 10.4.0.0a2)
1+
10.4.0.0a3 (relative to 10.4.0.0a2)
22
==========
33

44
> 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`.
@@ -10,6 +10,7 @@ Improvements
1010
- Added basic support for loading UsdLux lights (#1256).
1111
- Registered .usdz file format (RB-10.3).
1212
- USDScene : Added support for the `doubleSided` attribute (RB-10.3).
13+
- IECoreGL::Shader : Added support for integer sampler parameters (#1261).
1314

1415
10.4.0.0a2 (relative to 10.4.0.0a1)
1516
==========

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

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

0 commit comments

Comments
 (0)