Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-IX committed Nov 20, 2024
1 parent 3846269 commit 6851c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def format(self, record):
2,
3,
0,
prerelease="rc.2",
# prerelease="rc.2",
)

_ = gettext.gettext
Expand Down
6 changes: 3 additions & 3 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=(2, 2, 0, 0),
prodvers=(2, 2, 0, 0),
filevers=(2, 3, 0, 0),
prodvers=(2, 3, 0, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x0,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -32,7 +32,7 @@ VSVersionInfo(
[StringStruct(u'CompanyName', u'Victor Chedeville'),
StringStruct(u'FileDescription', u'Blender Launcher'),
StringStruct(u'FileVersion', u'2.3.0'),
StringStruct(u'LegalCopyright', u'GPLv3 © 2022 Victor Chedeville'),
StringStruct(u'LegalCopyright', u'GPLv3 © 2024 Victor Chedeville'),
StringStruct(u'OriginalFilename', u'Blender Launcher.exe'),
StringStruct(u'ProductName', u'Blender Launcher'),
StringStruct(u'ProductVersion', u'2.3.0')])
Expand Down

0 comments on commit 6851c5b

Please sign in to comment.