From 3b361b3de8aedac4c8bdf63065453f00f9f1ecfc Mon Sep 17 00:00:00 2001 From: NuthX Date: Fri, 8 Nov 2024 14:50:39 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=201.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.spec | 2 +- src/module/version.py | 2 +- version.py | 2 +- version.txt | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.spec b/build.spec index a343b07..e423e49 100644 --- a/build.spec +++ b/build.spec @@ -49,5 +49,5 @@ app = BUNDLE( name='SubtitleRenamer.app', icon='image/icon.icns', bundle_identifier=None, - version='1.8', + version='1.8.1', ) diff --git a/src/module/version.py b/src/module/version.py index 0b5788f..7d3f9b2 100644 --- a/src/module/version.py +++ b/src/module/version.py @@ -3,7 +3,7 @@ def currentVersion(): - current_version = "1.8" + current_version = "1.8.1" return current_version diff --git a/version.py b/version.py index 16f567d..2fc5cfb 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ import re -ver = "1.8" +ver = "1.8.1" ver_sp = [num for num in str(ver).split(".")] if len(ver) == 3: diff --git a/version.txt b/version.txt index ced07e7..34cc2b5 100644 --- a/version.txt +++ b/version.txt @@ -4,8 +4,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, 8, 0, 0), - prodvers=(1, 8, 0, 0), + filevers=(1, 8, 1, 0), + prodvers=(1, 8, 1, 0), # Contains a bitmask that specifies the valid bits. mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -28,10 +28,10 @@ VSVersionInfo( StringTable( u'080404b0', [StringStruct(u'FileDescription', u'SubtitleRenamer'), - StringStruct(u'FileVersion', u'1.8'), + StringStruct(u'FileVersion', u'1.8.1'), StringStruct(u'LegalCopyright', u'Copyright (C) 2023 NuthX'), StringStruct(u'ProductName', u'SubtitleRenamer'), - StringStruct(u'ProductVersion', u'1.8')]) + StringStruct(u'ProductVersion', u'1.8.1')]) ]), VarFileInfo([VarStruct(u'Translation', [2052, 1200])]) ]