Skip to content

Commit

Permalink
Changed splash screen and version info to Bforartists 2 version 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Jun 25, 2021
1 parent aeb4417 commit d96b2a6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build_files/cmake/packaging.cmake
Expand Up @@ -80,8 +80,8 @@ if(APPLE)
endif()

if(WIN32)
set(CPACK_PACKAGE_INSTALL_DIRECTORY "Bforartists 2.9.0")
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "Bforartists 2.9.0")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "Bforartists 2.9.1")
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "Bforartists 2.9.1")

set(CPACK_NSIS_MUI_ICON ${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.ico)
set(CPACK_NSIS_COMPRESSOR "/SOLID lzma")
Expand Down
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_template.xcf
Binary file not shown.
2 changes: 1 addition & 1 deletion release/scripts/startup/bl_operators/wm.py
Expand Up @@ -2744,7 +2744,7 @@ def draw(self, context):

layout.separator()

layout.label(text = "Bforartists 2.9.0 is based on Blender 3.0 Alpha")
layout.label(text = "Bforartists 2.9.1 is based on Blender 3.0 Alpha")

layout.separator()

Expand Down
8 changes: 4 additions & 4 deletions release/windows/icons/winblender.rc
Expand Up @@ -41,8 +41,8 @@ IDR_VERSION1 VERSIONINFO
//FILEVERSION BLEN_VER_RC_1, BLEN_VER_RC_2, BLEN_VER_RC_3, BLEN_VER_RC_4
//PRODUCTVERSION BLEN_VER_RC_1, BLEN_VER_RC_2, BLEN_VER_RC_3, BLEN_VER_RC_4

FILEVERSION 2,9,0// bfa - don't separate by dots, but commas here.
PRODUCTVERSION 2,9,0// bfa - don't separate by dots, but commas here.
FILEVERSION 2,9,1// bfa - don't separate by dots, but commas here.
PRODUCTVERSION 2,9,1// bfa - don't separate by dots, but commas here.
FILEOS 0x00000004
FILETYPE 0x00000001
BEGIN
Expand All @@ -59,8 +59,8 @@ BEGIN
//VALUE "ProductName", "Blender"

// bfa - changed the detail settings
VALUE "FileVersion", "2.9.0"
VALUE "ProductVersion", "2.9.0"
VALUE "FileVersion", "2.9.1"
VALUE "ProductVersion", "2.9.1"
VALUE "CompanyName", "Bforartists"
VALUE "FileDescription", "Bforartists2"
VALUE "LegalCopyright", "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion source/blender/blenkernel/BKE_blender_version.h
Expand Up @@ -40,7 +40,7 @@ extern "C" {
/* Bforartists major and minor version. */
#define BFORARTISTS_VERSION 29
/* Bforartists patch version for bugfix releases. */
#define BFORARTISTS_VERSION_PATCH 0
#define BFORARTISTS_VERSION_PATCH 1
/** Bforartists release cycle stage: alpha/beta/rc/release. */
#define BFORARTISTS_VERSION_CYCLE alpha

Expand Down

0 comments on commit d96b2a6

Please sign in to comment.