[Bf-blender-cvs] [ced2738] blender-v2.73-release: Show 'a' on the splash screen

Sergey Sharybin noreply at git.blender.org
Tue Jan 20 16:40:50 CET 2015


Commit: ced27380495b81f3a091a44e9076388a612c3f0c
Author: Sergey Sharybin
Date:   Tue Jan 20 20:40:25 2015 +0500
Branches: blender-v2.73-release
https://developer.blender.org/rBced27380495b81f3a091a44e9076388a612c3f0c

Show 'a' on the splash screen

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

M	source/blender/blenkernel/BKE_blender.h

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

diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index fb6252e..c8ec7be 100644
--- a/source/blender/blenkernel/BKE_blender.h
+++ b/source/blender/blenkernel/BKE_blender.h
@@ -49,7 +49,7 @@ extern "C" {
 
 /* used by packaging tools */
 /* can be left blank, otherwise a,b,c... etc with no quotes */
-#define BLENDER_VERSION_CHAR   
+#define BLENDER_VERSION_CHAR    a
 /* alpha/beta/rc/release, docs use this */
 #define BLENDER_VERSION_CYCLE   release




More information about the Bf-blender-cvs mailing list