From 20acb32627a29a097459fc480f7c675f8beeb25e Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 22 Jun 2024 17:08:00 -0400 Subject: [PATCH] Bump Version --- docs/mkdocs.yml | 2 +- pyproject.toml | 2 +- source/main.py | 2 +- version.txt | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 4a6843d..3329be5 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -58,4 +58,4 @@ extra_css: - stylesheets/extra.css repo_url: https://github.com/Victor-IX/Blender-Launcher-V2 edit_uri: "" -copyright: Copyright © 2022 Victor Chedeville │ Blender Launcher GPL-3.0 License │ Version 2.1.24 +copyright: Copyright © 2022 Victor Chedeville │ Blender Launcher GPL-3.0 License │ Version 2.2.0 diff --git a/pyproject.toml b/pyproject.toml index 0cc3887..dbf75c7 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Blender-Launcher-V2" -version = "2.1.24" +version = "2.2.0" description = "" authors = [] dependencies = [ diff --git a/source/main.py b/source/main.py index fd82410..b440888 100644 --- a/source/main.py +++ b/source/main.py @@ -18,7 +18,7 @@ 2, 2, 0, - prerelease="rc.2", + prerelease="rc.3", ) _ = gettext.gettext diff --git a/version.txt b/version.txt index efee2a3..9ea457d 100644 --- a/version.txt +++ b/version.txt @@ -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, 0, 0, 0), - prodvers=(2, 0, 0, 0), + filevers=(2, 2, 0, 0), + prodvers=(2, 2, 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. @@ -31,11 +31,11 @@ VSVersionInfo( u'04090000', [StringStruct(u'CompanyName', u'Victor Chedeville'), StringStruct(u'FileDescription', u'Blender Launcher'), - StringStruct(u'FileVersion', u'2.1.24'), + StringStruct(u'FileVersion', u'2.2.0'), StringStruct(u'LegalCopyright', u'GPLv3 © 2022 Victor Chedeville'), StringStruct(u'OriginalFilename', u'Blender Launcher.exe'), StringStruct(u'ProductName', u'Blender Launcher'), - StringStruct(u'ProductVersion', u'2.1.24')]) + StringStruct(u'ProductVersion', u'2.2.0')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) ]