Skip to content

Commit 9cb99c2

Browse files
Bump version for 10.6 development
1 parent 946aede commit 9cb99c2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
10.x.x.x (relative to 10.5.x.x)
2+
========
3+
4+
5+
16
10.5.x.x (relative to 10.5.15.0)
27
========
38

SConstruct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ EnsureSConsVersion( 3, 0, 2 ) # Substfile is a default builder as of 3.0.2
5555
SConsignFile()
5656

5757
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
58-
ieCoreMajorVersion = 5 # backwards-incompatible changes
59-
ieCoreMinorVersion = 15 # new backwards-compatible features
58+
ieCoreMajorVersion = 6 # backwards-incompatible changes
59+
ieCoreMinorVersion = 0 # new backwards-compatible features
6060
ieCorePatchVersion = 0 # bug fixes
6161
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

0 commit comments

Comments
 (0)