From e0b5ba99869f27b9ca91391e1c707901347d3316 Mon Sep 17 00:00:00 2001 From: Oleg Stepanov Date: Tue, 26 Jan 2021 10:29:44 +0300 Subject: [PATCH] Update version to 1.9.2 --- source/main.py | 2 +- version.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/main.py b/source/main.py index 6202e479..5ef75063 100644 --- a/source/main.py +++ b/source/main.py @@ -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) diff --git a/version.txt b/version.txt index e16ead9d..b0b0094f 100644 --- a/version.txt +++ b/version.txt @@ -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. @@ -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])]) ]