Skip to content

Commit

Permalink
Update version numbers to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhelchel committed Feb 4, 2024
1 parent ba7409b commit 69c9a9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from ui import PotaMapRoot
from cfg import Config, get_config, save_config

VERSION = '0.0.3'
VERSION = '0.0.4'

config: Config

Expand Down
8 changes: 4 additions & 4 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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=(0, 0, 3, 0),
prodvers=(0, 0, 3, 0),
filevers=(0, 0, 4, 0),
prodvers=(0, 0, 4, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -31,12 +31,12 @@ StringFileInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'krinkl3.net'),
StringStruct(u'FileDescription', u'potamap'),
StringStruct(u'FileVersion', u'0.0.3'),
StringStruct(u'FileVersion', u'0.0.4'),
StringStruct(u'InternalName', u'potamap'),
StringStruct(u'LegalCopyright', u'Copyright (c) cwhelchel'),
StringStruct(u'OriginalFilename', u'potamap.exe'),
StringStruct(u'ProductName', u'potamap'),
StringStruct(u'ProductVersion', u'0.0.3')])
StringStruct(u'ProductVersion', u'0.0.4')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down

0 comments on commit 69c9a9b

Please sign in to comment.