[Bf-blender-cvs] [91e767c] master: 2.75 splash

Campbell Barton noreply at git.blender.org
Wed Jun 10 16:04:11 CEST 2015


Commit: 91e767c99c447f638b1cd002877267b70493f32f
Author: Campbell Barton
Date:   Wed Jun 10 23:55:02 2015 +1000
Branches: master
https://developer.blender.org/rB91e767c99c447f638b1cd002877267b70493f32f

2.75 splash

by Gooseberry team

===================================================================

M	release/datafiles/splash.png
M	release/datafiles/splash_2x.png
M	source/blender/blenkernel/BKE_blender.h

===================================================================

diff --git a/release/datafiles/splash.png b/release/datafiles/splash.png
index a3e9afe..fff3ceb 100644
Binary files a/release/datafiles/splash.png and b/release/datafiles/splash.png differ
diff --git a/release/datafiles/splash_2x.png b/release/datafiles/splash_2x.png
index d45b995..9a3aeb8 100644
Binary files a/release/datafiles/splash_2x.png and b/release/datafiles/splash_2x.png differ
diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index 80332c0..b7b54c8 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         274
-#define BLENDER_SUBVERSION      5
+#define BLENDER_VERSION         275
+#define BLENDER_SUBVERSION      0
 /* Several breakages with 270, e.g. constraint deg vs rad */
 #define BLENDER_MINVERSION      270
 #define BLENDER_MINSUBVERSION   5
@@ -51,7 +51,7 @@ extern "C" {
 /* can be left blank, otherwise a,b,c... etc with no quotes */
 #define BLENDER_VERSION_CHAR   
 /* alpha/beta/rc/release, docs use this */
-#define BLENDER_VERSION_CYCLE   alpha
+#define BLENDER_VERSION_CYCLE   rc
 
 extern char versionstr[]; /* from blender.c */




More information about the Bf-blender-cvs mailing list