[Bf-blender-cvs] [8d31c7f] blender-v2.74-release: Use "Release Candidate 2" string on the splash

Sergey Sharybin noreply at git.blender.org
Tue Mar 17 12:50:22 CET 2015


Commit: 8d31c7f4529c6d18ae81b64750750ff9b63be9ee
Author: Sergey Sharybin
Date:   Tue Mar 17 16:49:59 2015 +0500
Branches: blender-v2.74-release
https://developer.blender.org/rB8d31c7f4529c6d18ae81b64750750ff9b63be9ee

Use "Release Candidate 2" string on the splash

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

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 5d0c5d4..211b082 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";
+		version_suffix = "Release Candidate 2";
 	}
 	else if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "release")) {
 		version_suffix = STRINGIFY(BLENDER_VERSION_CHAR);




More information about the Bf-blender-cvs mailing list