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:
authorTon Roosendaal <ton@blender.org>2013-05-07 20:27:55 +0400
committerTon Roosendaal <ton@blender.org>2013-05-07 20:27:55 +0400
commita0800cb8b3546fb103330ef0db02664adc4f5168 (patch)
tree4a84cea36975b3ed591db7ba63a8a5934d12ce39
parenta4cf8b377985bcb4d74d7e83082cb0698296c04c (diff)
And here's the epic 2.67 splash and version!
Celebrating Freestyle :) Kudos to dfeveloper Tamito and Malaysian artist Mclelun!
-rw-r--r--release/datafiles/splash.pngbin128911 -> 115554 bytes
-rw-r--r--source/blender/blenkernel/BKE_blender.h8
2 files changed, 4 insertions, 4 deletions
diff --git a/release/datafiles/splash.png b/release/datafiles/splash.png
index 7affcab8a82..5b3dddd535e 100644
--- a/release/datafiles/splash.png
+++ b/release/datafiles/splash.png
Binary files differ
diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index ce6f77ec472..ba17bdb2e8c 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 266
-#define BLENDER_SUBVERSION 6
+#define BLENDER_VERSION 267
+#define BLENDER_SUBVERSION 0
/* 262 was the last editmesh release but it has compatibility code for bmesh data */
#define BLENDER_MINVERSION 262
@@ -50,9 +50,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 alpha
+#define BLENDER_VERSION_CYCLE release
extern char versionstr[]; /* from blender.c */