2.5 Beta version files increment, from 2.52 to 2.53.
This commit is contained in:
@@ -15,7 +15,7 @@ import sys
|
||||
Variables = SCons.Variables
|
||||
BoolVariable = SCons.Variables.BoolVariable
|
||||
|
||||
VERSION = '2.52' # This is used in creating the local config directories
|
||||
VERSION = '2.53' # This is used in creating the local config directories
|
||||
|
||||
def print_arguments(args, bc):
|
||||
if len(args):
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
2.5-alpha2
|
||||
2.5-beta
|
||||
|
||||
@@ -44,8 +44,8 @@ struct ReportList;
|
||||
struct Scene;
|
||||
struct Main;
|
||||
|
||||
#define BLENDER_VERSION 252
|
||||
#define BLENDER_SUBVERSION 5
|
||||
#define BLENDER_VERSION 253
|
||||
#define BLENDER_SUBVERSION 0
|
||||
|
||||
#define BLENDER_MINVERSION 250
|
||||
#define BLENDER_MINSUBVERSION 0
|
||||
|
||||
Reference in New Issue
Block a user