Cycles: bump version to 1.12, matching Blender 2.83 release cycle

This commit is contained in:
Brecht Van Lommel
2020-01-31 19:26:40 +01:00
parent f9d09a1209
commit ff40f3967a

View File

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