Commit: d57f68616a668ef974953be42311a78a539a3fe0
Author: Jacques Lucke
Date:   Fri Dec 2 13:18:54 2022 +0100
Branches: master
https://developer.blender.org/rBd57f68616a668ef974953be42311a78a539a3fe0

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.

===================================================================

M       source/blender/blenkernel/BKE_blender_version.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_blender_version.h 
b/source/blender/blenkernel/BKE_blender_version.h
index 6555eb07d78..abf9d67370b 100644
--- a/source/blender/blenkernel/BKE_blender_version.h
+++ b/source/blender/blenkernel/BKE_blender_version.h
@@ -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. */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to