We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6703e commit 5db57eeCopy full SHA for 5db57ee
Changes
@@ -1,4 +1,9 @@
1
-10.6.x.x (relative to 10.6.3.0)
+10.6.x.x (relative to 10.6.3.1)
2
+========
3
+
4
5
6
+10.6.3.1 (relative to 10.6.3.0)
7
========
8
9
Fixes
SConstruct
@@ -54,7 +54,7 @@ SConsignFile()
54
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
55
ieCoreMajorVersion = 6 # backwards-incompatible changes
56
ieCoreMinorVersion = 3 # new backwards-compatible features
57
-ieCorePatchVersion = 0 # bug fixes
+ieCorePatchVersion = 1 # bug fixes
58
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
59
60
###########################################################################################
0 commit comments