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
This commit is contained in:
Thomas Dinges 2022-07-27 17:14:21 +02:00
parent 83362f87bb
commit 32a9aac3b8
Notes: blender-bot 2023-02-14 06:49:54 +01:00
Referenced by commit 37ebd66570, Revert "Blender 3.3 - Beta"
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.1)
set(BLENDER_VERSION 3.3)
function(download_source dep)
set(TARGET_FILE ${${dep}_FILE})

View File

@ -5,38 +5,38 @@
update-code:
git:
submodules:
- branch: master
- branch: blender-v3.3-release
commit_id: HEAD
path: release/scripts/addons
- branch: master
- branch: blender-v3.3-release
commit_id: HEAD
path: release/scripts/addons_contrib
- branch: master
- branch: blender-v3.3-release
commit_id: HEAD
path: release/datafiles/locale
- branch: master
- branch: blender-v3.3-release
commit_id: HEAD
path: source/tools
svn:
libraries:
darwin-arm64:
branch: trunk
branch: tags/blender-3.3-release
commit_id: HEAD
path: lib/darwin_arm64
darwin-x86_64:
branch: trunk
branch: tags/blender-3.3-release
commit_id: HEAD
path: lib/darwin
linux-x86_64:
branch: trunk
branch: tags/blender-3.3-release
commit_id: HEAD
path: lib/linux_centos7_x86_64
windows-amd64:
branch: trunk
branch: tags/blender-3.3-release
commit_id: HEAD
path: lib/win64_vc15
tests:
branch: trunk
branch: tags/blender-3.3-release
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 alpha
#define BLENDER_VERSION_CYCLE beta
/* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION