Cycles: Update current Cycles version

This commit is contained in:
Sergey Sharybin 2017-01-23 10:23:09 +01:00
parent 82e0127065
commit 2a757450f5
1 changed files with 3 additions and 3 deletions

View File

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