Bump version for 4.3
This commit is contained in:
@@ -21,7 +21,7 @@ extern "C" {
|
||||
*/
|
||||
|
||||
/** Blender major and minor version. */
|
||||
#define BLENDER_VERSION 402
|
||||
#define BLENDER_VERSION 403
|
||||
/** Blender patch version for bug-fix releases. */
|
||||
#define BLENDER_VERSION_PATCH 0
|
||||
/** Blender release cycle stage: alpha/beta/rc/release. */
|
||||
@@ -29,7 +29,7 @@ extern "C" {
|
||||
|
||||
/* Blender file format version. */
|
||||
#define BLENDER_FILE_VERSION BLENDER_VERSION
|
||||
#define BLENDER_FILE_SUBVERSION 53
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user