Cycles: bump version to 1.11, matching Blender 2.82 release cycle

This commit is contained in:
Brecht Van Lommel
2020-01-31 15:46:30 +01:00
parent 3601924acb
commit aa81a05de8

View File

@@ -22,7 +22,7 @@
CCL_NAMESPACE_BEGIN
#define CYCLES_VERSION_MAJOR 1
#define CYCLES_VERSION_MINOR 9
#define CYCLES_VERSION_MINOR 11
#define CYCLES_VERSION_PATCH 0
#define CYCLES_MAKE_VERSION_STRING2(a, b, c) #a "." #b "." #c