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>2018-08-13 17:52:34 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-13 17:53:16 +0300
commit0e8bd6ba8a27ad641526ecb0cf5f0414b631f247 (patch)
treedb7c1102d3a16a802a00c7d500ac3e4e15f89978 /source/blender/windowmanager/intern/wm_operators.c
parent5c61be777f10f65fce0184d43804c2d01cb284ad (diff)
Version update to 2.80 Alpha 2, new splash from Hero open movie.
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operators.c')
-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 76a1482ac7c..3ef9e234ab4 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1495,7 +1495,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), "alpha")) {
- version_suffix = "Alpha";
+ version_suffix = "Alpha 2";
}
else if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "beta")) {
version_suffix = "Beta";