From 8e89438d938ee4994a4118502c3f14d467b55acc Mon Sep 17 00:00:00 2001 From: rachpt Date: Sun, 16 May 2021 01:03:44 +0800 Subject: [PATCH] v0.4.0 --- build_app.spec | 2 +- lanzou/gui/__init__.py | 2 +- version_info.txt | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build_app.spec b/build_app.spec index c7c5733..46ba16f 100644 --- a/build_app.spec +++ b/build_app.spec @@ -3,7 +3,7 @@ # 本文件用于打包 MacOS 应用 # pyinstaller --clean --noconfirm build_app.spec -version = '0.3.9' +version = '0.4.0' block_cipher = None diff --git a/lanzou/gui/__init__.py b/lanzou/gui/__init__.py index 1bc5810..9baf166 100644 --- a/lanzou/gui/__init__.py +++ b/lanzou/gui/__init__.py @@ -1 +1 @@ -version = '0.3.9' +version = '0.4.0' diff --git a/version_info.txt b/version_info.txt index 93faf1b..9cdd26d 100644 --- a/version_info.txt +++ b/version_info.txt @@ -2,8 +2,8 @@ VSVersionInfo( ffi=FixedFileInfo( - filevers=(0, 3, 9, 0), - prodvers=(0, 3, 9, 0), + filevers=(0, 4, 0, 0), + prodvers=(0, 4, 0, 0), mask=0x3f, flags=0x0, OS=0x4, @@ -17,12 +17,12 @@ VSVersionInfo( u'040904B0', [StringStruct(u'CompanyName', u'rachpt.cn'), StringStruct(u'FileDescription', u'蓝奏云客户端'), - StringStruct(u'FileVersion', u'0.3.9'), + StringStruct(u'FileVersion', u'0.4.0'), StringStruct(u'InternalName', u'lanzou-gui'), StringStruct(u'LegalCopyright', u'Copyright (c) rachpt'), - StringStruct(u'OriginalFilename', u'lanzou-gui_win64_v0.3.9.exe'), + StringStruct(u'OriginalFilename', u'lanzou-gui_win64_v0.4.0.exe'), StringStruct(u'ProductName', u'lanzou-gui_win64'), - StringStruct(u'ProductVersion', u'0.3.9 (r210305)')]) + StringStruct(u'ProductVersion', u'0.4.0 (r210516)')]) ]), VarFileInfo([VarStruct(u'Translation', [2052, 1033])]) ]