Cycles: bump version to 3.6.0

This commit is contained in:
Brecht Van Lommel
2022-12-07 20:51:18 +01:00
parent 861debcb10
commit dbf1049d41

View File

@@ -9,7 +9,7 @@
CCL_NAMESPACE_BEGIN
#define CYCLES_VERSION_MAJOR 3
#define CYCLES_VERSION_MINOR 4
#define CYCLES_VERSION_MINOR 6
#define CYCLES_VERSION_PATCH 0
#define CYCLES_MAKE_VERSION_STRING2(a, b, c) #a "." #b "." #c