Skip to content

Commit 7141ccd

Browse files
committed
Bump version to 10.5.0.0
1 parent 0bf70c0 commit 7141ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = 4 # backwards-incompatible changes
59-
ieCoreMinorVersion = 7 # new backwards-compatible features
58+
ieCoreMajorVersion = 5 # 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)