Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Update version to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DotBow committed Jan 26, 2021
1 parent 585b1f4 commit e0b5ba9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from modules._platform import _popen, get_platform
from windows.main_window import BlenderLauncher

version = "1.9.1"
version = "1.9.2"
logger = logging.getLogger(__name__)
handler = logging.StreamHandler(stream=sys.stdout)
logger.addHandler(handler)
Expand Down
8 changes: 4 additions & 4 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(1, 9, 1, 0),
prodvers=(1, 9, 1, 0),
filevers=(1, 9, 2, 0),
prodvers=(1, 9, 2, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x0,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -31,11 +31,11 @@ VSVersionInfo(
u'04090000',
[StringStruct(u'CompanyName', u'Oleg Stepanov'),
StringStruct(u'FileDescription', u'Blender Launcher'),
StringStruct(u'FileVersion', u'1.9.1'),
StringStruct(u'FileVersion', u'1.9.2'),
StringStruct(u'LegalCopyright', u'GPLv3 © 2020 Oleg Stepanov'),
StringStruct(u'OriginalFilename', u'Blender Launcher.exe'),
StringStruct(u'ProductName', u'Blender Launcher'),
StringStruct(u'ProductVersion', u'1.9.1')])
StringStruct(u'ProductVersion', u'1.9.2')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down

0 comments on commit e0b5ba9

Please sign in to comment.