Skip to content

Commit

Permalink
Release cycle: 3.6 enters beta, Bcon3.
Browse files Browse the repository at this point in the history
Splash screen: Pet Projects, Blender Studio.
  • Loading branch information
Thomas Dinges committed May 17, 2023
1 parent 2d66a0e commit 2dd0a08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_files/build_environment/cmake/download.cmake
@@ -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.6)

function(download_source dep)
set(TARGET_FILE ${${dep}_FILE})
Expand Down
Binary file modified release/datafiles/splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion source/blender/blenkernel/BKE_blender_version.h
Expand Up @@ -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
Expand Down

0 comments on commit 2dd0a08

Please sign in to comment.