Skip to content

Commit 5b8fe66

Browse files
committed
- Update version to 7.3.1.1
1 parent 7dfaaab commit 5b8fe66

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

build-on-mac.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ exe = EXE(pyz,
2828
icon='images/icon-dark-256.icns')
2929
app = BUNDLE(exe,
3030
name='PixelFlasher.app',
31-
version='7.3.1.0',
31+
version='7.3.1.1',
3232
icon='./images/icon-dark-256.icns',
3333
bundle_identifier='com.badabing.pixelflasher')

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# <https://www.gnu.org/licenses/>.
3232

3333
rm -rf build dist
34-
VERSION=7.3.1.0
34+
VERSION=7.3.1.1
3535
NAME="PixelFlasher"
3636
DIST_NAME="PixelFlasher"
3737

constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
APPNAME = 'PixelFlasher'
3636
CONFIG_FILE_NAME = 'PixelFlasher.json'
37-
VERSION = '7.3.1.0'
37+
VERSION = '7.3.1.1'
3838
SDKVERSION = '33.0.3'
3939
MAIN_WIDTH = 1400
4040
MAIN_HEIGHT = 1040

windows-metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://github.com/DudeNr33/pyinstaller-versionfile
22
# create-version-file windows-metadata.yaml --outfile windows-version-info.txt
3-
Version: 7.3.1.0
3+
Version: 7.3.1.1
44
FileDescription: PixelFlasher
55
InternalName: PixelFlasher
66
OriginalFilename: PixelFlasher.exe

windows-version-info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ VSVersionInfo(
77
ffi=FixedFileInfo(
88
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
99
# Set not needed items to zero 0. Must always contain 4 elements.
10-
filevers=(7,3,1,0),
11-
prodvers=(7,3,1,0),
10+
filevers=(7,3,1,1),
11+
prodvers=(7,3,1,1),
1212
# Contains a bitmask that specifies the valid bits 'flags'r
1313
mask=0x3f,
1414
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
3232
u'040904B0',
3333
[StringStruct(u'CompanyName', u''),
3434
StringStruct(u'FileDescription', u'PixelFlasher'),
35-
StringStruct(u'FileVersion', u'7.3.1.0'),
35+
StringStruct(u'FileVersion', u'7.3.1.1'),
3636
StringStruct(u'InternalName', u'PixelFlasher'),
3737
StringStruct(u'LegalCopyright', u''),
3838
StringStruct(u'OriginalFilename', u'PixelFlasher.exe'),
3939
StringStruct(u'ProductName', u'PixelFlasher'),
40-
StringStruct(u'ProductVersion', u'7.3.1.0')])
40+
StringStruct(u'ProductVersion', u'7.3.1.1')])
4141
]),
4242
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4343
]

0 commit comments

Comments
 (0)