We're now RC3

This commit is contained in:
Sergey Sharybin 2015-03-24 19:49:40 +05:00
parent eb9826d8d9
commit 3ec48d3bd8
1 changed files with 1 additions and 1 deletions

View File

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