Cycles: bump version to 1.13, matching Blender 2.90 release cycle

This commit is contained in:
Brecht Van Lommel 2020-06-08 17:24:26 +02:00
parent 03b8173059
commit d4b9b2c020
1 changed files with 1 additions and 1 deletions

View File

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