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:
authorThomas Dinges <blender@dingto.org>2022-07-27 18:14:21 +0300
committerThomas Dinges <blender@dingto.org>2022-07-27 18:14:21 +0300
commit32a9aac3b84f4742937dd8fd2afc14a443cb0248 (patch)
tree8dc2f8ade46f4cde0632479bb9af079745f394a2 /build_files/build_environment
parent83362f87bb3b1f079a662f87d1343c628fa9ba35 (diff)
Blender 3.3 - Beta
* BLENDER_VERSION_CYCLE set to beta * Update pipeline_config.yaml to point to 3.2 branches and svn tags * Update and uncomment BLENDER_VERSION in download.cmake
Diffstat (limited to 'build_files/build_environment')
-rw-r--r--build_files/build_environment/cmake/download.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/cmake/download.cmake b/build_files/build_environment/cmake/download.cmake
index 547bf77f8dd..76744aa9b0c 100644
--- a/build_files/build_environment/cmake/download.cmake
+++ b/build_files/build_environment/cmake/download.cmake
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
## Update and uncomment this in the release branch
-# set(BLENDER_VERSION 3.1)
+set(BLENDER_VERSION 3.3)
function(download_source dep)
set(TARGET_FILE ${${dep}_FILE})