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
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/util/version.h')
-rw-r--r--intern/cycles/util/version.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/intern/cycles/util/version.h b/intern/cycles/util/version.h
index f13ba637424..8260dd4f55d 100644
--- a/intern/cycles/util/version.h
+++ b/intern/cycles/util/version.h
@@ -8,8 +8,8 @@
CCL_NAMESPACE_BEGIN
-#define CYCLES_VERSION_MAJOR 1
-#define CYCLES_VERSION_MINOR 13
+#define CYCLES_VERSION_MAJOR 3
+#define CYCLES_VERSION_MINOR 2
#define CYCLES_VERSION_PATCH 0
#define CYCLES_MAKE_VERSION_STRING2(a, b, c) #a "." #b "." #c
@@ -17,6 +17,10 @@ CCL_NAMESPACE_BEGIN
#define CYCLES_VERSION_STRING \
CYCLES_MAKE_VERSION_STRING(CYCLES_VERSION_MAJOR, CYCLES_VERSION_MINOR, CYCLES_VERSION_PATCH)
+/* Blender libraries version compatible with this version */
+
+#define CYCLES_BLENDER_LIBRARIES_VERSION 3.1
+
CCL_NAMESPACE_END
#endif /* __UTIL_VERSION_H__ */