mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 15:32:15 -05:00
Revert "Release cycle: Blender 4.3 Beta"
This reverts commit 906bc801f4
.
This commit is contained in:
parent
aabb6d8f1e
commit
4c47c7e634
4 changed files with 9 additions and 9 deletions
14
.gitmodules
vendored
14
.gitmodules
vendored
|
@ -2,33 +2,33 @@
|
||||||
update = none
|
update = none
|
||||||
path = lib/linux_x64
|
path = lib/linux_x64
|
||||||
url = https://projects.blender.org/blender/lib-linux_x64.git
|
url = https://projects.blender.org/blender/lib-linux_x64.git
|
||||||
branch = blender-v4.3-release
|
branch = main
|
||||||
[submodule "lib/macos_arm64"]
|
[submodule "lib/macos_arm64"]
|
||||||
update = none
|
update = none
|
||||||
path = lib/macos_arm64
|
path = lib/macos_arm64
|
||||||
url = https://projects.blender.org/blender/lib-macos_arm64.git
|
url = https://projects.blender.org/blender/lib-macos_arm64.git
|
||||||
branch = blender-v4.3-release
|
branch = main
|
||||||
[submodule "lib/macos_x64"]
|
[submodule "lib/macos_x64"]
|
||||||
update = none
|
update = none
|
||||||
path = lib/macos_x64
|
path = lib/macos_x64
|
||||||
url = https://projects.blender.org/blender/lib-macos_x64.git
|
url = https://projects.blender.org/blender/lib-macos_x64.git
|
||||||
branch = blender-v4.3-release
|
branch = main
|
||||||
[submodule "lib/windows_x64"]
|
[submodule "lib/windows_x64"]
|
||||||
update = none
|
update = none
|
||||||
path = lib/windows_x64
|
path = lib/windows_x64
|
||||||
url = https://projects.blender.org/blender/lib-windows_x64.git
|
url = https://projects.blender.org/blender/lib-windows_x64.git
|
||||||
branch = blender-v4.3-release
|
branch = main
|
||||||
[submodule "lib/windows_arm64"]
|
[submodule "lib/windows_arm64"]
|
||||||
update = none
|
update = none
|
||||||
path = lib/windows_arm64
|
path = lib/windows_arm64
|
||||||
url = https://projects.blender.org/blender/lib-windows_arm64.git
|
url = https://projects.blender.org/blender/lib-windows_arm64.git
|
||||||
branch = blender-v4.3-release
|
branch = main
|
||||||
[submodule "release/datafiles/assets"]
|
[submodule "release/datafiles/assets"]
|
||||||
path = release/datafiles/assets
|
path = release/datafiles/assets
|
||||||
url = https://projects.blender.org/blender/blender-assets.git
|
url = https://projects.blender.org/blender/blender-assets.git
|
||||||
branch = blender-v4.3-release
|
branch = main
|
||||||
[submodule "tests/data"]
|
[submodule "tests/data"]
|
||||||
update = none
|
update = none
|
||||||
path = tests/data
|
path = tests/data
|
||||||
url = https://projects.blender.org/blender/blender-test-data.git
|
url = https://projects.blender.org/blender/blender-test-data.git
|
||||||
branch = blender-v4.3-release
|
branch = main
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
## Update and uncomment this in the release branch
|
## Update and uncomment this in the release branch
|
||||||
set(BLENDER_VERSION 4.3)
|
# set(BLENDER_VERSION 3.1)
|
||||||
|
|
||||||
function(download_source dep)
|
function(download_source dep)
|
||||||
set(TARGET_FILE ${${dep}_FILE})
|
set(TARGET_FILE ${${dep}_FILE})
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 897 KiB After Width: | Height: | Size: 714 KiB |
|
@ -25,7 +25,7 @@ extern "C" {
|
||||||
/** Blender patch version for bug-fix releases. */
|
/** Blender patch version for bug-fix releases. */
|
||||||
#define BLENDER_VERSION_PATCH 0
|
#define BLENDER_VERSION_PATCH 0
|
||||||
/** Blender release cycle stage: alpha/beta/rc/release. */
|
/** Blender release cycle stage: alpha/beta/rc/release. */
|
||||||
#define BLENDER_VERSION_CYCLE beta
|
#define BLENDER_VERSION_CYCLE alpha
|
||||||
/** Blender release type suffix. LTS or blank. */
|
/** Blender release type suffix. LTS or blank. */
|
||||||
#define BLENDER_VERSION_SUFFIX
|
#define BLENDER_VERSION_SUFFIX
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue