We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fffdd commit 43e2587Copy full SHA for 43e2587
2 files changed
Changes
@@ -1,4 +1,9 @@
1
-10.6.x.x (relative to 10.6.3.1)
+10.6.x.x (relative to 10.6.4.0)
2
+========
3
+
4
5
6
+10.6.4.0 (relative to 10.6.3.1)
7
========
8
9
Improvements
SConstruct
@@ -53,8 +53,8 @@ SConsignFile()
53
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 = 1 # bug fixes
+ieCoreMinorVersion = 4 # new backwards-compatible features
+ieCorePatchVersion = 0 # bug fixes
58
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
59
60
###########################################################################################
0 commit comments