[Bf-blender-cvs] [2a757450f5] blender-v2.78b-release: Cycles: Update current Cycles version

Sergey Sharybin noreply at git.blender.org
Thu Jan 26 13:47:00 CET 2017


Commit: 2a757450f5d0d9760d02ab1755b093d43a2a4017
Author: Sergey Sharybin
Date:   Mon Jan 23 10:23:09 2017 +0100
Branches: blender-v2.78b-release
https://developer.blender.org/rB2a757450f5d0d9760d02ab1755b093d43a2a4017

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