Version bump for 2.59

This commit is contained in:
Campbell Barton 2011-08-10 16:02:02 +00:00
parent cff2caa8a7
commit 45d99da8a2

@ -43,7 +43,7 @@ extern "C" {
/* these lines are grep'd, watch out for our not-so-awesome regex
* and keep comment above the defines.
* Use STRINGIFY() rather than defining with quotes */
#define BLENDER_VERSION 258
#define BLENDER_VERSION 259
#define BLENDER_SUBVERSION 1
#define BLENDER_MINVERSION 250
@ -51,9 +51,9 @@ extern "C" {
/* used by packaging tools */
/* can be left blank, otherwise a,b,c... etc with no quotes */
#define BLENDER_VERSION_CHAR a
#define BLENDER_VERSION_CHAR
/* alpha/beta/rc/release, docs use this */
#define BLENDER_VERSION_CYCLE beta
#define BLENDER_VERSION_CYCLE release
struct ListBase;
struct MemFile;