set the development cycle to 'beta'.

This commit is contained in:
Campbell Barton 2011-07-26 07:41:14 +00:00
parent 71692e802f
commit 9e1a553127
2 changed files with 2 additions and 2 deletions

@ -33,7 +33,7 @@ def draw_item(self, context):
def register():
bpy.utils.register_class(CustomMenu)
# lets add ourselves to the file menu
# lets add ourselves to the main header
bpy.types.INFO_HT_header.append(draw_item)

@ -53,7 +53,7 @@ extern "C" {
/* can be left blank, otherwise a,b,c... etc with no quotes */
#define BLENDER_VERSION_CHAR a
/* alpha/beta/rc/release, docs use this */
#define BLENDER_VERSION_CYCLE release
#define BLENDER_VERSION_CYCLE beta
struct ListBase;
struct MemFile;