We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23faad4 commit aa54536Copy full SHA for aa54536
Changes
@@ -1,3 +1,13 @@
1
+# 8.0.0-b8
2
+
3
+#### IECore
4
5
+- Clang compatibility
6
7
+#### IECoreGL
8
9
10
11
# 8.0.0-b7
12
13
#### IECore
SConstruct
@@ -53,7 +53,7 @@ SConsignFile()
53
ieCoreMajorVersion=8
54
ieCoreMinorVersion=0
55
ieCorePatchVersion=0
56
-ieCoreVersionSuffix="b7" # used for alpha/beta releases. Example: "a1", "b2", etc.
+ieCoreVersionSuffix="b8" # used for alpha/beta releases. Example: "a1", "b2", etc.
57
58
###########################################################################################
59
# Command line options
0 commit comments