[Bf-blender-cvs] [cb19df1] blender-v2.74-release: Bump splashscreen to rc4

Sergey Sharybin noreply at git.blender.org
Thu Mar 26 17:05:17 CET 2015


Commit: cb19df1c450888bf8440790110190953a81dedc3
Author: Sergey Sharybin
Date:   Thu Mar 26 21:04:56 2015 +0500
Branches: blender-v2.74-release
https://developer.blender.org/rBcb19df1c450888bf8440790110190953a81dedc3

Bump splashscreen to rc4

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

M	source/blender/windowmanager/intern/wm_operators.c

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

diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index 54c0e03..a22ee1d 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1929,7 +1929,7 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar
 	/* label for 'a' bugfix releases, or 'Release Candidate 1'...
 	 *  avoids recreating splash for version updates */
 	if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "rc")) {
-		version_suffix = "Release Candidate 3";
+		version_suffix = "Release Candidate 4";
 	}
 	else if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "release")) {
 		version_suffix = STRINGIFY(BLENDER_VERSION_CHAR);




More information about the Bf-blender-cvs mailing list