Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-01-23 12:23:09 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-01-26 13:15:25 +0300
commit2a757450f5d0d9760d02ab1755b093d43a2a4017 (patch)
treeb18815ce66b15d982793d15d000ff40896919d92 /intern
parent82e01270651823d9784f627682c2bb544bd10360 (diff)
Cycles: Update current Cycles version
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/util_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/cycles/util/util_version.h b/intern/cycles/util/util_version.h
index 186a177d9d3..d609c739ac7 100644
--- a/intern/cycles/util/util_version.h
+++ b/intern/cycles/util/util_version.h
@@ -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)