Skip to content

Commit e765f16

Browse files
committed
Bump version to 10.6.0.0a1
1 parent 3806a51 commit e765f16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
10.x.x.x (relative to 10.5.x.x)
2-
========
1+
10.6.0.0a1 (relative to 10.5.15.1)
2+
==========
33

44
Fixes
55
-----

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 = 6 # backwards-incompatible changes
5959
ieCoreMinorVersion = 0 # new backwards-compatible features
6060
ieCorePatchVersion = 0 # bug fixes
61-
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
61+
ieCoreVersionSuffix = "a1" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

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

0 commit comments

Comments
 (0)