Blender 2.75 release cycle start: BCon1
This commit is contained in:
@@ -43,7 +43,7 @@ extern "C" {
|
|||||||
* Use STRINGIFY() rather than defining with quotes */
|
* Use STRINGIFY() rather than defining with quotes */
|
||||||
#define BLENDER_VERSION 274
|
#define BLENDER_VERSION 274
|
||||||
#define BLENDER_SUBVERSION 0
|
#define BLENDER_SUBVERSION 0
|
||||||
/* 262 was the last editmesh release but it has compatibility code for bmesh data */
|
/* Several breakages with 270, e.g. constraint deg vs rad */
|
||||||
#define BLENDER_MINVERSION 270
|
#define BLENDER_MINVERSION 270
|
||||||
#define BLENDER_MINSUBVERSION 5
|
#define BLENDER_MINSUBVERSION 5
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ extern "C" {
|
|||||||
/* can be left blank, otherwise a,b,c... etc with no quotes */
|
/* can be left blank, otherwise a,b,c... etc with no quotes */
|
||||||
#define BLENDER_VERSION_CHAR
|
#define BLENDER_VERSION_CHAR
|
||||||
/* alpha/beta/rc/release, docs use this */
|
/* alpha/beta/rc/release, docs use this */
|
||||||
#define BLENDER_VERSION_CYCLE rc
|
#define BLENDER_VERSION_CYCLE alpha
|
||||||
|
|
||||||
extern char versionstr[]; /* from blender.c */
|
extern char versionstr[]; /* from blender.c */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user