Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-10-02 20:39:37 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-10-02 20:39:37 +0400
commit8b718bee472f5b42b4109c772c0aa10f3688a8cb (patch)
tree72b26fde830309d6933a7c98de59577e6601f4cc
parent27c4c1f417676b5bfd0ef240167e23dbc3ea9556 (diff)
Entering Bcon5 stage!
- Bump version to 2.64 - No version char for this cycle - This is finally release stage! Splash would be commited in some hours from now. Thanks everyone!
-rw-r--r--source/blender/blenkernel/BKE_blender.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index dd45ab19eb1..a7bf491c382 100644
--- a/source/blender/blenkernel/BKE_blender.h
+++ b/source/blender/blenkernel/BKE_blender.h
@@ -41,8 +41,8 @@ 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 263
-#define BLENDER_SUBVERSION 22
+#define BLENDER_VERSION 264
+#define BLENDER_SUBVERSION 0
/* 262 was the last editmesh release but its has compatibility code for bmesh data,
* so set the minversion to 2.61 */
@@ -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 rc
+#define BLENDER_VERSION_CYCLE release
extern char versionstr[]; /* from blender.c */