[Bf-blender-cvs] [58e465c] master: Raise min blend version to 2.70.5.

Bastien Montagne noreply at git.blender.org
Mon Apr 28 14:28:49 CEST 2014


Commit: 58e465c077ac485c8fb3321f6588f10ffe014585
Author: Bastien Montagne
Date:   Mon Apr 28 14:17:09 2014 +0200
https://developer.blender.org/rB58e465c077ac485c8fb3321f6588f10ffe014585

Raise min blend version to 2.70.5.

So that users opening a .blend saved in 2.70.5 and above in an older version
get warning the file might not be 100% compatible (should have been done
already for 2.70, actually).

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

M	source/blender/blenkernel/BKE_blender.h

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

diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index 6326ba1..e4ebe0e 100644
--- a/source/blender/blenkernel/BKE_blender.h
+++ b/source/blender/blenkernel/BKE_blender.h
@@ -44,8 +44,8 @@ extern "C" {
 #define BLENDER_VERSION         270
 #define BLENDER_SUBVERSION      5
 /* 262 was the last editmesh release but it has compatibility code for bmesh data */
-#define BLENDER_MINVERSION      262
-#define BLENDER_MINSUBVERSION   0
+#define BLENDER_MINVERSION      270
+#define BLENDER_MINSUBVERSION   5
 
 /* used by packaging tools */
 /* can be left blank, otherwise a,b,c... etc with no quotes */




More information about the Bf-blender-cvs mailing list