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-07-18 14:08:28 +0400
committerTon Roosendaal <ton@blender.org>2013-07-18 14:08:28 +0400
commit530bcc422e97afa18ac998aa5ecd11e8e9560c55 (patch)
tree0d53aaf826a8517e53d89f9b69ddd29e96549a88
parent1d4bd90c844ef2e9f48a97dbad1b8241e2abe29a (diff)
Tradtional release commit! 2.68 splash and the numbering.
- This should then follow the tagging - And I would still prefer to have at least 24 hours full freeze, for proper test and avoid last minute errors.
-rw-r--r--release/datafiles/splash.pngbin94411 -> 177989 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 01d903c457b..3c05ba86cd3 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 9e874c9aa15..e73b30ab98a 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 267
-#define BLENDER_SUBVERSION 1
+#define BLENDER_VERSION 268
+#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 b
+#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 */