From 23ea4463095743c8bddfbcff9ea8528b0e563408 Mon Sep 17 00:00:00 2001 From: vinaynmcci Date: Thu, 17 Oct 2024 15:57:44 +0530 Subject: [PATCH] fix #45 Update the version in Cricket installer script --- exeScript/versions.rc | 8 ++++---- installerScript/Cricket-Linux.dbp | 4 ++-- installerScript/Cricket-Mac.pkgproj | 4 ++-- installerScript/Cricket-Windows.iss | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/exeScript/versions.rc b/exeScript/versions.rc index 242cec9..d5fbead 100644 --- a/exeScript/versions.rc +++ b/exeScript/versions.rc @@ -7,8 +7,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=(4, 4, 0, 0), - prodvers=(4, 4, 0, 0), + filevers=(4, 4, 1, 0), + prodvers=(4, 4, 1, 0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -32,12 +32,12 @@ VSVersionInfo( u'040904e4', [StringStruct(u'CompanyName', u'MCCI Corporation'), StringStruct(u'FileDescription', u'MCCI Cricket'), - StringStruct(u'FileVersion', u'4.4.0.0'), + StringStruct(u'FileVersion', u'4.4.1.0'), StringStruct(u'InternalName', u'MCCI Cricket '), StringStruct(u'LegalCopyright', u'Copyright © 2020-24 MCCI Corporation All Rights Reserved'), StringStruct(u'OriginalFilename', u'Cricket.exe'), StringStruct(u'ProductName', u'MCCI Cricket'), - StringStruct(u'ProductVersion', u'4.4.0.0')]) + StringStruct(u'ProductVersion', u'4.4.1.0')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1252])]) ] diff --git a/installerScript/Cricket-Linux.dbp b/installerScript/Cricket-Linux.dbp index 99e3db1..e2e0609 100644 --- a/installerScript/Cricket-Linux.dbp +++ b/installerScript/Cricket-Linux.dbp @@ -1,7 +1,7 @@ [DEBREATE-0.7.13] <> Package: Cricket -Version: 4.4.0 +Version: 4.4.1 Maintainer: Seenivasan Section: embedded Homepage: www.mcci.com @@ -42,7 +42,7 @@ Description: User Interface for controlling MCCI USB Switches and Connection Ex <> 1 Name=Cricket -Version=4.4.0 +Version=4.4.1 Exec=Cricket Icon=/usr/bin/icons/mcci_logo.ico Type=Application diff --git a/installerScript/Cricket-Mac.pkgproj b/installerScript/Cricket-Mac.pkgproj index 0be6aa5..17ef965 100644 --- a/installerScript/Cricket-Mac.pkgproj +++ b/installerScript/Cricket-Mac.pkgproj @@ -510,7 +510,7 @@ USE_HFS+_COMPRESSION VERSION - 4.4.0 + 4.4.1 PROJECT_COMMENTS @@ -696,7 +696,7 @@ NAME - MCCI-Cricket-UI-v4.4.0-Mac-Installer + MCCI-Cricket-UI-v4.4.1-Mac-Installer PAYLOAD_ONLY diff --git a/installerScript/Cricket-Windows.iss b/installerScript/Cricket-Windows.iss index 92ce16a..f4a5ac7 100644 --- a/installerScript/Cricket-Windows.iss +++ b/installerScript/Cricket-Windows.iss @@ -27,14 +27,14 @@ #define MyAppDir "Cricket" #define MyAppName "Cricket UI" -#define MyProductName "MCCI® Cricket UI" -#define MyAppVersion "4.4.0" +#define MyProductName "MCCI® Cricket UI" +#define MyAppVersion "4.4.1" #define MyAppPublisher "MCCI Corporation" #define MyAppURL "https://mcci.com" #define MyAppExeName "Cricket.exe" -#define MyAppComments "MCCI® Cricket UI Installer" +#define MyAppComments "MCCI® Cricket UI Installer" #define MyOrgName "MCCI" -#define MyAppCopyRight "Copyright © 2024 MCCI Corporation" +#define MyAppCopyRight "Copyright © 2024 MCCI Corporation" [Setup] ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.