Revert "Release cycle: 4.1, Bcon3"

This reverts commit 4db14268185eb9b496c12e8b532cc46410ce17c5.
This commit is contained in:
Thomas Dinges 2024-02-07 12:53:08 +01:00
parent fc98c896ef
commit fb0f06a2ac
2 changed files with 2 additions and 2 deletions

@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
## Update and uncomment this in the release branch
set(BLENDER_VERSION 4.1)
# set(BLENDER_VERSION 3.1)
function(download_source dep)
set(TARGET_FILE ${${dep}_FILE})

@ -25,7 +25,7 @@ extern "C" {
/** Blender patch version for bug-fix 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