From 7165841f300ef0540994aa14d2dfc9775fa2e5ee Mon Sep 17 00:00:00 2001 From: NuthX Date: Tue, 12 Dec 2023 12:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= 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 aea4af4..64fc98a 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.4.1', + version='1.5', ) diff --git a/src/module/version.py b/src/module/version.py index 6f9f6b1..d4116d3 100644 --- a/src/module/version.py +++ b/src/module/version.py @@ -3,7 +3,7 @@ def currentVersion(): - current_version = "1.4.1" + current_version = "1.5" return current_version diff --git a/version.py b/version.py index 9c679bf..d234025 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ import re -ver = "1.4.1" +ver = "1.5" ver_sp = [num for num in str(ver).split(".")] if len(ver) == 3: diff --git a/version.txt b/version.txt index 34cd196..b4d90d4 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, 4, 1, 0), - prodvers=(1, 4, 1, 0), + filevers=(1, 5, 0, 0), + prodvers=(1, 5, 0, 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.4.1'), + StringStruct(u'FileVersion', u'1.5'), StringStruct(u'LegalCopyright', u'Copyright (C) 2023 NuthX'), StringStruct(u'ProductName', u'SubtitleRenamer'), - StringStruct(u'ProductVersion', u'1.4.1')]) + StringStruct(u'ProductVersion', u'1.5')]) ]), VarFileInfo([VarStruct(u'Translation', [2052, 1200])]) ]