From fd1bc90679a89a29172683939827be9c565e2217 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 18 Sep 2022 17:32:53 +0200 Subject: Cycles: sync changes from standalone repository * Windows build fixes * Workaround for Hydra + OpenColorIO link issue * Bump version --- intern/cycles/util/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/cycles/util') diff --git a/intern/cycles/util/version.h b/intern/cycles/util/version.h index 8260dd4f55d..fb02c3eaeb7 100644 --- a/intern/cycles/util/version.h +++ b/intern/cycles/util/version.h @@ -9,7 +9,7 @@ CCL_NAMESPACE_BEGIN #define CYCLES_VERSION_MAJOR 3 -#define CYCLES_VERSION_MINOR 2 +#define CYCLES_VERSION_MINOR 4 #define CYCLES_VERSION_PATCH 0 #define CYCLES_MAKE_VERSION_STRING2(a, b, c) #a "." #b "." #c @@ -19,7 +19,7 @@ CCL_NAMESPACE_BEGIN /* Blender libraries version compatible with this version */ -#define CYCLES_BLENDER_LIBRARIES_VERSION 3.1 +#define CYCLES_BLENDER_LIBRARIES_VERSION 3.3 CCL_NAMESPACE_END -- cgit v1.2.3