Skip to content

Commit 23ea446

Browse files
committed
fix #45 Update the version in Cricket installer script
1 parent 3a03340 commit 23ea446

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

exeScript/versions.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ VSVersionInfo(
77
ffi=FixedFileInfo(
88
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
99
# Set not needed items to zero 0.
10-
filevers=(4, 4, 0, 0),
11-
prodvers=(4, 4, 0, 0),
10+
filevers=(4, 4, 1, 0),
11+
prodvers=(4, 4, 1, 0),
1212
# Contains a bitmask that specifies the valid bits 'flags'r
1313
mask=0x3f,
1414
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
3232
u'040904e4',
3333
[StringStruct(u'CompanyName', u'MCCI Corporation'),
3434
StringStruct(u'FileDescription', u'MCCI Cricket'),
35-
StringStruct(u'FileVersion', u'4.4.0.0'),
35+
StringStruct(u'FileVersion', u'4.4.1.0'),
3636
StringStruct(u'InternalName', u'MCCI Cricket '),
3737
StringStruct(u'LegalCopyright', u'Copyright © 2020-24 MCCI Corporation All Rights Reserved'),
3838
StringStruct(u'OriginalFilename', u'Cricket.exe'),
3939
StringStruct(u'ProductName', u'MCCI Cricket'),
40-
StringStruct(u'ProductVersion', u'4.4.0.0')])
40+
StringStruct(u'ProductVersion', u'4.4.1.0')])
4141
]),
4242
VarFileInfo([VarStruct(u'Translation', [1033, 1252])])
4343
]

installerScript/Cricket-Linux.dbp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEBREATE-0.7.13]
22
<<CTRL>>
33
Package: Cricket
4-
Version: 4.4.0
4+
Version: 4.4.1
55
Maintainer: Seenivasan <seenivasanv@mcci.com>
66
Section: embedded
77
Homepage: www.mcci.com
@@ -42,7 +42,7 @@ Description: User Interface for controlling MCCI USB Switches and Connection Ex
4242
<<MENU>>
4343
1
4444
Name=Cricket
45-
Version=4.4.0
45+
Version=4.4.1
4646
Exec=Cricket
4747
Icon=/usr/bin/icons/mcci_logo.ico
4848
Type=Application

installerScript/Cricket-Mac.pkgproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
<key>USE_HFS+_COMPRESSION</key>
511511
<false/>
512512
<key>VERSION</key>
513-
<string>4.4.0</string>
513+
<string>4.4.1</string>
514514
</dict>
515515
<key>PROJECT_COMMENTS</key>
516516
<dict>
@@ -696,7 +696,7 @@
696696
</dict>
697697
</array>
698698
<key>NAME</key>
699-
<string>MCCI-Cricket-UI-v4.4.0-Mac-Installer</string>
699+
<string>MCCI-Cricket-UI-v4.4.1-Mac-Installer</string>
700700
<key>PAYLOAD_ONLY</key>
701701
<false/>
702702
</dict>

installerScript/Cricket-Windows.iss

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727

2828
#define MyAppDir "Cricket"
2929
#define MyAppName "Cricket UI"
30-
#define MyProductName "MCCI® Cricket UI"
31-
#define MyAppVersion "4.4.0"
30+
#define MyProductName "MCCI® Cricket UI"
31+
#define MyAppVersion "4.4.1"
3232
#define MyAppPublisher "MCCI Corporation"
3333
#define MyAppURL "https://mcci.com"
3434
#define MyAppExeName "Cricket.exe"
35-
#define MyAppComments "MCCI® Cricket UI Installer"
35+
#define MyAppComments "MCCI® Cricket UI Installer"
3636
#define MyOrgName "MCCI"
37-
#define MyAppCopyRight "Copyright © 2024 MCCI Corporation"
37+
#define MyAppCopyRight "Copyright © 2024 MCCI Corporation"
3838

3939
[Setup]
4040
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.

0 commit comments

Comments
 (0)