Skip to content

Commit 3aa8d51

Browse files
Bump version to 10.7.0.0
1 parent 69ffbde commit 3aa8d51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
10.6.x.x (relative to 10.6.0.0)
1+
10.x.x.x (relative to 10.6.x.x)
22
========
33

44

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ 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 = 6 # backwards-incompatible changes
58+
ieCoreMajorVersion = 7 # backwards-incompatible changes
5959
ieCoreMinorVersion = 0 # new backwards-compatible features
6060
ieCorePatchVersion = 0 # bug fixes
6161
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.

0 commit comments

Comments
 (0)