We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24002dc commit 04210a1Copy full SHA for 04210a1
2 files changed
Changes
@@ -1,6 +1,11 @@
1
-10.7.x.x (relative to 10.7.0.0a5)
+10.7.x.x (relative to 10.7.0.0a6)
2
========
3
4
+
5
6
+10.7.0.0a6 (relative to 10.7.0.0a5)
7
+==========
8
9
Fixes
10
-----
11
SConstruct
@@ -55,7 +55,7 @@ ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all
55
ieCoreMajorVersion = 7 # backwards-incompatible changes
56
ieCoreMinorVersion = 0 # new backwards-compatible features
57
ieCorePatchVersion = 0 # bug fixes
58
-ieCoreVersionSuffix = "a5" # used for alpha/beta releases. Example: "a1", "b2", etc.
+ieCoreVersionSuffix = "a6" # used for alpha/beta releases. Example: "a1", "b2", etc.
59
60
###########################################################################################
61
# Command line options
0 commit comments