Fix: bump minimum version

rB9fa4ceb340951 caused a forward compatibility issue.
Going forward, when changing socket names, only the name should be
changed and not the identifier if possible.
This commit is contained in:
Jacques Lucke 2022-12-02 13:18:54 +01:00
parent 6d22aa2f84
commit d57f68616a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ extern "C" {
/* Minimum Blender version that supports reading file written with the current
* version. Older Blender versions will test this and show a warning if the file
* was written with too new a version. */
#define BLENDER_FILE_MIN_VERSION 304
#define BLENDER_FILE_MIN_VERSION 305
#define BLENDER_FILE_MIN_SUBVERSION 3
/** User readable version string. */