Revert "Blender 3.2 - Beta"

This reverts commit da46ed9116.
This commit is contained in:
Thomas Dinges 2022-05-02 11:06:21 +02:00
parent 0c80a0acd8
commit 4f3b562506
3 changed files with 11 additions and 11 deletions

View File

@ -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})

View File

@ -5,38 +5,38 @@
update-code:
git:
submodules:
- branch: blender-v3.2-release
- branch: master
commit_id: HEAD
path: release/scripts/addons
- branch: blender-v3.2-release
- branch: master
commit_id: HEAD
path: release/scripts/addons_contrib
- branch: blender-v3.2-release
- branch: master
commit_id: HEAD
path: release/datafiles/locale
- branch: blender-v3.2-release
- branch: master
commit_id: HEAD
path: source/tools
svn:
libraries:
darwin-arm64:
branch: tags/blender-3.2-release
branch: trunk
commit_id: HEAD
path: lib/darwin_arm64
darwin-x86_64:
branch: tags/blender-3.2-release
branch: trunk
commit_id: HEAD
path: lib/darwin
linux-x86_64:
branch: tags/blender-3.2-release
branch: trunk
commit_id: HEAD
path: lib/linux_centos7_x86_64
windows-amd64:
branch: tags/blender-3.2-release
branch: trunk
commit_id: HEAD
path: lib/win64_vc15
tests:
branch: tags/blender-3.2-release
branch: trunk
commit_id: HEAD
path: lib/tests
benchmarks:

View File

@ -21,7 +21,7 @@ extern "C" {
/* Blender patch version for bugfix releases. */
#define BLENDER_VERSION_PATCH 0
/** Blender release cycle stage: alpha/beta/rc/release. */
#define BLENDER_VERSION_CYCLE beta
#define BLENDER_VERSION_CYCLE alpha
/* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION