Bump version for 4.3

This commit is contained in:
Thomas Dinges
2024-06-05 12:10:14 +02:00
parent fb0916e80f
commit 5577fb4303

View File

@@ -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