Skip to content

Commit 85ae0d7

Browse files
committed
Bump version to 10.5.6.1
1 parent 4b66da9 commit 85ae0d7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Changes

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
10.5.x.x (relative to 10.5.6.0)
1+
10.5.x.x (relative to 10.5.6.1)
22
========
33

4-
Improvements
5-
------------
64

7-
- DisplayDriverServer : Fixed delays connecting to the server on Windows.
5+
6+
10.5.6.1 (relative to 10.5.6.0)
7+
========
88

99
Fixes
1010
-----
1111

1212
- USDScene : Fixed round-tripping of `__lights` set membership for non-UsdLux lights.
13+
- DisplayDriverServer : Fixed delays connecting to the server on Windows.
1314

1415
Build
1516
-----

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SConsignFile()
5757
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
5858
ieCoreMajorVersion = 5 # backwards-incompatible changes
5959
ieCoreMinorVersion = 6 # new backwards-compatible features
60-
ieCorePatchVersion = 0 # bug fixes
60+
ieCorePatchVersion = 1 # bug fixes
6161
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

6363
###########################################################################################

0 commit comments

Comments
 (0)