From 86572a2c4e61be5bacfad7420bc3fb6c796d616f Mon Sep 17 00:00:00 2001 From: Johann POLEWCZYK Date: Tue, 26 May 2026 22:25:49 +0200 Subject: [PATCH] Update version number --- scripts/pyinstaller/aleapp-file_version_info.txt | 8 ++++---- scripts/pyinstaller/aleappGUI-file_version_info.txt | 8 ++++---- scripts/pyinstaller/aleappGUI_macOS.spec | 2 +- scripts/version_info.py | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/pyinstaller/aleapp-file_version_info.txt b/scripts/pyinstaller/aleapp-file_version_info.txt index 7b742333..4cb40cb9 100644 --- a/scripts/pyinstaller/aleapp-file_version_info.txt +++ b/scripts/pyinstaller/aleapp-file_version_info.txt @@ -1,7 +1,7 @@ 1SVersionInfo( ffi=FixedFileInfo( - filevers=(3, 5, 0, 0), - prodvers=(3, 5, 0, 0), + filevers=(3, 6, 0, 0), + prodvers=(3, 6, 0, 0), mask=0x3f, flags=0x0, OS=0x40004, @@ -16,12 +16,12 @@ '040904b0', [StringStruct('CompanyName', 'Alexis Brignoni'), StringStruct('FileDescription', 'ALEAPP CLI'), - StringStruct('FileVersion', '3.5.0'), + StringStruct('FileVersion', '3.6.0'), StringStruct('InternalName', 'ALEAPP'), StringStruct('LegalCopyright', 'Result of a collaborative effort in the DFIR community.'), StringStruct('OriginalFilename', 'aleapp.exe'), StringStruct('ProductName', 'ALEAPP'), - StringStruct('ProductVersion', '3.5.0')]) + StringStruct('ProductVersion', '3.6.0')]) ]), VarFileInfo([VarStruct('Translation', [1033, 1200])]) ] diff --git a/scripts/pyinstaller/aleappGUI-file_version_info.txt b/scripts/pyinstaller/aleappGUI-file_version_info.txt index da251e4b..93eaf919 100644 --- a/scripts/pyinstaller/aleappGUI-file_version_info.txt +++ b/scripts/pyinstaller/aleappGUI-file_version_info.txt @@ -1,7 +1,7 @@ VSVersionInfo( ffi=FixedFileInfo( - filevers=(3, 5, 0, 0), - prodvers=(3, 5, 0, 0), + filevers=(3, 6, 0, 0), + prodvers=(3, 6, 0, 0), mask=0x3f, flags=0x0, OS=0x40004, @@ -16,12 +16,12 @@ VSVersionInfo( '040904b0', [StringStruct('CompanyName', 'Alexis Brignoni'), StringStruct('FileDescription', 'ALEAPP GUI'), - StringStruct('FileVersion', '3.5.0'), + StringStruct('FileVersion', '3.6.0'), StringStruct('InternalName', 'ALEAPP'), StringStruct('LegalCopyright', 'Result of a collaborative effort in the DFIR community.'), StringStruct('OriginalFilename', 'AleappGUI.exe'), StringStruct('ProductName', 'ALEAPP'), - StringStruct('ProductVersion', '3.5.0')]) + StringStruct('ProductVersion', '3.6.0')]) ]), VarFileInfo([VarStruct('Translation', [1033, 1200])]) ] diff --git a/scripts/pyinstaller/aleappGUI_macOS.spec b/scripts/pyinstaller/aleappGUI_macOS.spec index 7db0c83b..e69aa15f 100755 --- a/scripts/pyinstaller/aleappGUI_macOS.spec +++ b/scripts/pyinstaller/aleappGUI_macOS.spec @@ -60,5 +60,5 @@ app = BUNDLE( name='aleappGUI.app', icon='../../assets/icon.icns', bundle_identifier='4n6.brigs.ALEAPP', - version='3.5.0', + version='3.6.0', ) diff --git a/scripts/version_info.py b/scripts/version_info.py index cb61c9d6..20a408db 100755 --- a/scripts/version_info.py +++ b/scripts/version_info.py @@ -5,7 +5,7 @@ """ leapp_name = 'ALEAPP' -leapp_version = '2.6.0-dev.1' +leapp_version = '3.6.0' aleapp_contributors = [ ['Alexis Brignoni', 'https://abrignoni.com', '@AlexisBrignoni', 'https://github.com/abrignoni'],