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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-31 21:26:40 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-31 21:26:40 +0300
commitff40f3967a97689423a697d7404fe5bd16b2a79d (patch)
tree9e1c8e6661cb0c5dc7cbcc95422b4648f8838682 /intern/cycles/util/util_version.h
parentf9d09a120910a21d383933c15fd72546772b5e81 (diff)
Cycles: bump version to 1.12, matching Blender 2.83 release cycle
Diffstat (limited to 'intern/cycles/util/util_version.h')
-rw-r--r--intern/cycles/util/util_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_version.h b/intern/cycles/util/util_version.h
index 7489eed8aed..bb2c99cc6d7 100644
--- a/intern/cycles/util/util_version.h
+++ b/intern/cycles/util/util_version.h
@@ -22,7 +22,7 @@
CCL_NAMESPACE_BEGIN
#define CYCLES_VERSION_MAJOR 1
-#define CYCLES_VERSION_MINOR 11
+#define CYCLES_VERSION_MINOR 12
#define CYCLES_VERSION_PATCH 0
#define CYCLES_MAKE_VERSION_STRING2(a, b, c) #a "." #b "." #c