Splash: show Release Candidate 3.

This commit is contained in:
Brecht Van Lommel 2019-07-24 16:20:36 +02:00
parent 55ae37ba31
commit d40e2194ee
1 changed files with 1 additions and 1 deletions

View File

@ -1515,7 +1515,7 @@ static void wm_block_splash_add_labels(uiBlock *block, int x, int y)
version_suffix = " Beta";
}
else if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "rc")) {
version_suffix = " Release Candidate 2";
version_suffix = " Release Candidate 3";
show_build_info = false;
}
else if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "release")) {