Change version cycle to 'alpha'

This commit is contained in:
Campbell Barton 2015-10-15 15:34:26 +11:00
parent 767d3f23b7
commit 0296642794
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ extern "C" {
/* can be left blank, otherwise a,b,c... etc with no quotes */
#define BLENDER_VERSION_CHAR
/* alpha/beta/rc/release, docs use this */
#define BLENDER_VERSION_CYCLE rc
#define BLENDER_VERSION_CYCLE alpha
extern char versionstr[]; /* from blender.c */