From e3e8c283d53bfbdaf08daa666f5cbd62ba8b1881 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Wed, 8 Oct 2025 12:01:59 +0200 Subject: [PATCH] Release: Bump 5.0 to beta --- .gitmodules | 8 ++++---- build_files/build_environment/cmake/download.cmake | 2 +- source/blender/blenkernel/BKE_blender_version.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index dc6dfcfe76d..79a3bdc05fd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,19 +2,19 @@ update = none path = lib/linux_x64 url = https://projects.blender.org/blender/lib-linux_x64.git - branch = main + branch = blender-v5.0-release [submodule "lib/macos_arm64"] update = none path = lib/macos_arm64 url = https://projects.blender.org/blender/lib-macos_arm64.git - branch = main + branch = blender-v5.0-release [submodule "lib/windows_x64"] update = none path = lib/windows_x64 url = https://projects.blender.org/blender/lib-windows_x64.git - branch = main + branch = blender-v5.0-release [submodule "lib/windows_arm64"] update = none path = lib/windows_arm64 url = https://projects.blender.org/blender/lib-windows_arm64.git - branch = main + branch = blender-v5.0-release diff --git a/build_files/build_environment/cmake/download.cmake b/build_files/build_environment/cmake/download.cmake index 22c855f37f3..6b604ce24f5 100644 --- a/build_files/build_environment/cmake/download.cmake +++ b/build_files/build_environment/cmake/download.cmake @@ -3,7 +3,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 5.1) function(download_source dep) set(TARGET_FILE ${${dep}_FILE}) diff --git a/source/blender/blenkernel/BKE_blender_version.h b/source/blender/blenkernel/BKE_blender_version.h index 2ed1c4f8f17..60c59632517 100644 --- a/source/blender/blenkernel/BKE_blender_version.h +++ b/source/blender/blenkernel/BKE_blender_version.h @@ -21,7 +21,7 @@ /** Blender patch version for bug-fix 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 release type suffix. LTS or blank. */ #define BLENDER_VERSION_SUFFIX