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 17:46:30 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-31 18:39:13 +0300
commitaa81a05de8680befc87740658128511a8ade4b85 (patch)
tree56f095fb017449c0e6fb753cdc9336a09132c3f0 /intern/cycles/util/util_version.h
parent3601924acb3201a2e8672cf7825a7831c4f0a324 (diff)
Cycles: bump version to 1.11, matching Blender 2.82 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 38829d3a29c..7489eed8aed 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 9
+#define CYCLES_VERSION_MINOR 11
#define CYCLES_VERSION_PATCH 0
#define CYCLES_MAKE_VERSION_STRING2(a, b, c) #a "." #b "." #c