Skip to content
Snippets Groups Projects
Commit d40e2194 authored by Brecht Van Lommel's avatar Brecht Van Lommel
Browse files

Splash: show Release Candidate 3.

parent 55ae37ba
No related branches found
No related tags found
No related merge requests found
...@@ -1515,7 +1515,7 @@ static void wm_block_splash_add_labels(uiBlock *block, int x, int y) ...@@ -1515,7 +1515,7 @@ static void wm_block_splash_add_labels(uiBlock *block, int x, int y)
version_suffix = " Beta"; version_suffix = " Beta";
} }
else if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "rc")) { else if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "rc")) {
version_suffix = " Release Candidate 2"; version_suffix = " Release Candidate 3";
show_build_info = false; show_build_info = false;
} }
else if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "release")) { else if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "release")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment