Skip to content

Commit

Permalink
Version update to 2.80 Alpha 2, new splash from Hero open movie.
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtvl committed Aug 13, 2018
1 parent 5c61be7 commit 0e8bd6b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified release/datafiles/splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified release/datafiles/splash_2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion source/blender/windowmanager/intern/wm_operators.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 0e8bd6b

Please sign in to comment.