Release: Bump main to 5.0

Splash by Blender Studio
This commit is contained in:
Thomas Dinges
2025-06-04 13:55:07 +02:00
parent 456a07c5e6
commit ccbcde4adb
3 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ PROJECT_NAME = Blender
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = V4.5
PROJECT_NUMBER = V5.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

BIN
release/datafiles/splash.png (Stored with Git LFS)

Binary file not shown.

View File

@@ -17,7 +17,7 @@
*/
/** Blender major and minor version. */
#define BLENDER_VERSION 405
#define BLENDER_VERSION 500
/** Blender patch version for bug-fix releases. */
#define BLENDER_VERSION_PATCH 0
/** Blender release cycle stage: alpha/beta/rc/release. */
@@ -27,7 +27,7 @@
/* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION
#define BLENDER_FILE_SUBVERSION 85
#define BLENDER_FILE_SUBVERSION 0
/* Minimum Blender version that supports reading file written with the current
* version. Older Blender versions will test this and cancel loading the file, showing a warning to