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:32:05 +0300
committerThomas Dinges <blender@dingto.org>2022-07-27 18:32:05 +0300
commit37ebd6657090b19003a5d9d2b018e4752311df0a (patch)
treea3f9040e5b8656f99e7a05c5d396da3be9c09530 /build_files/build_environment/cmake/download.cmake
parent3b71a62390aed9079c5c245b826436e49fa91623 (diff)
Revert "Blender 3.3 - Beta"
This reverts commit 32a9aac3b84f4742937dd8fd2afc14a443cb0248.
Diffstat (limited to 'build_files/build_environment/cmake/download.cmake')
-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 76744aa9b0c..547bf77f8dd 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.3)
+# set(BLENDER_VERSION 3.1)
function(download_source dep)
set(TARGET_FILE ${${dep}_FILE})