Release: Bump main to 5.0
Splash by Blender Studio
This commit is contained in:
parent
456a07c5e6
commit
ccbcde4adb
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c88bb0b509cb589d6909e9ce296e16578cc49dbd7997ee731b224ae9b77ab486
|
||||
size 730581
|
||||
oid sha256:d2dba641002602b0326b9a5ecd835e5df844f4d9084b90c3d8d2cdbf9e06e0f4
|
||||
size 725744
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user