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-05-02 12:06:21 +0300
committerThomas Dinges <blender@dingto.org>2022-05-02 12:06:21 +0300
commit4f3b562506863bc9f53f700a3c5e92a9e0d9cfb0 (patch)
treedd9dc904e95afefb15184eb9f0031c5d034c8acc /build_files/build_environment
parent0c80a0acd87cf3f641441d210e794df725f8d834 (diff)
Revert "Blender 3.2 - Beta"
This reverts commit da46ed9116cd3a82f440cfec180728f0b3871d9c.
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 92dea453133..80c53d05c28 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.2)
+# set(BLENDER_VERSION 3.1)
function(download_source dep)
set(TARGET_FILE ${${dep}_FILE})