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:
authorThomas Dinges <blender@dingto.org>2013-10-08 19:23:19 +0400
committerThomas Dinges <blender@dingto.org>2013-10-08 19:23:19 +0400
commitdfe16105041292a1fc7ee29d825c25135a4f6a3c (patch)
tree880f6066978583f784c342724ab74824dd89a5b4
parented758beb663a3876b5b86b41d2d86a7fede55d89 (diff)
Release Maintenance:
* Blender 2.70 release cycle begins, BCon1.
-rw-r--r--source/blender/blenkernel/BKE_blender.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index f434bcf3cad..19c1360b6cc 100644
--- a/source/blender/blenkernel/BKE_blender.h
+++ b/source/blender/blenkernel/BKE_blender.h
@@ -41,15 +41,15 @@ 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 268
-#define BLENDER_SUBVERSION 5
+#define BLENDER_VERSION 269
+#define BLENDER_SUBVERSION 0
/* 262 was the last editmesh release but it has compatibility code for bmesh data */
#define BLENDER_MINVERSION 262
#define BLENDER_MINSUBVERSION 0
/* 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 alpha