Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-07-24 17:20:36 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-07-24 17:20:36 +0300
commitd40e2194eeafe3ebb23bbfc5d140c06f4e7cad60 (patch)
tree666c13178233a4b5c1bf3a1cf6997315cb969f4b
parent55ae37ba3169cba82dbe102e2099aa8757ff15b6 (diff)
Splash: show Release Candidate 3.
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index 910a53d7bf6..0190e258ff3 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -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")) {