Blender 2.76: Update Release Candidate splashscreen label

This commit is contained in:
Sergey Sharybin 2015-09-30 20:09:46 +05:00
parent 7914d04d13
commit e0a08d50a2
1 changed files with 1 additions and 1 deletions

View File

@ -1954,7 +1954,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 3";
}
else if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "release")) {
version_suffix = STRINGIFY(BLENDER_VERSION_CHAR);