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