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).
This commit is contained in:
Bastien Montagne 2014-04-28 14:17:09 +02:00
parent c089150426
commit 58e465c077
1 changed files with 2 additions and 2 deletions

View File

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