Release: Start of Blender 5.1 alpha

This commit is contained in:
Thomas Dinges
2025-10-08 11:44:58 +02:00
parent dec032e12e
commit 515ccf61ed
7 changed files with 56 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
*/
/** Blender major and minor version. */
#define BLENDER_VERSION 500
#define BLENDER_VERSION 501
/** 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 106
#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