Skip to content

Commit

Permalink
fix #45 Update the version in Cricket installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaynmcci committed Oct 17, 2024
1 parent 3a03340 commit 23ea446
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions exeScript/versions.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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])])
]
Expand Down
4 changes: 2 additions & 2 deletions installerScript/Cricket-Linux.dbp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEBREATE-0.7.13]
<<CTRL>>
Package: Cricket
Version: 4.4.0
Version: 4.4.1
Maintainer: Seenivasan <[email protected]>
Section: embedded
Homepage: www.mcci.com
Expand Down Expand Up @@ -42,7 +42,7 @@ Description: User Interface for controlling MCCI USB Switches and Connection Ex
<<MENU>>
1
Name=Cricket
Version=4.4.0
Version=4.4.1
Exec=Cricket
Icon=/usr/bin/icons/mcci_logo.ico
Type=Application
Expand Down
4 changes: 2 additions & 2 deletions installerScript/Cricket-Mac.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>4.4.0</string>
<string>4.4.1</string>
</dict>
<key>PROJECT_COMMENTS</key>
<dict>
Expand Down Expand Up @@ -696,7 +696,7 @@
</dict>
</array>
<key>NAME</key>
<string>MCCI-Cricket-UI-v4.4.0-Mac-Installer</string>
<string>MCCI-Cricket-UI-v4.4.1-Mac-Installer</string>
<key>PAYLOAD_ONLY</key>
<false/>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions installerScript/Cricket-Windows.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 23ea446

Please sign in to comment.