[Bf-blender-cvs] [2268f41418] master: Cycles: Update current Cycles version

Sergey Sharybin noreply at git.blender.org
Mon Jan 23 10:26:13 CET 2017


Commit: 2268f41418d9728d75414fc2eebffc1c683fbb05
Author: Sergey Sharybin
Date:   Mon Jan 23 10:23:09 2017 +0100
Branches: master
https://developer.blender.org/rB2268f41418d9728d75414fc2eebffc1c683fbb05

Cycles: Update current Cycles version

===================================================================

M	intern/cycles/util/util_version.h

===================================================================

diff --git a/intern/cycles/util/util_version.h b/intern/cycles/util/util_version.h
index 186a177d9d..d609c739ac 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)




More information about the Bf-blender-cvs mailing list