Skip to content

Commit

Permalink
Merge pull request #36 from mcci-usb/release-V270
Browse files Browse the repository at this point in the history
update exescript,doc,script
  • Loading branch information
vseenivasan committed Sep 29, 2022
2 parents 9a4b84e + 0834d7d commit be53024
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file not shown.
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=(2, 6, 1, 0),
prodvers=(2, 6, 1, 0),
filevers=(2, 7, 0, 0),
prodvers=(2, 7, 0, 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'2.6.1.0'),
StringStruct(u'FileVersion', u'2.7.0.0'),
StringStruct(u'InternalName', u'MCCI Cricket '),
StringStruct(u'LegalCopyright', u'Copyright © 2022 MCCI Corporation All Rights Reserved'),
StringStruct(u'OriginalFilename', u'Cricket.exe'),
StringStruct(u'ProductName', u'MCCI Cricket'),
StringStruct(u'ProductVersion', u'2.6.1.0')])
StringStruct(u'ProductVersion', u'2.7.0.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1252])])
]
Expand Down
2 changes: 1 addition & 1 deletion 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: 2.6.1
Version: 2.7.0
Maintainer: Seenivasan <seenivasanv@mcci.com>
Section: embedded
Homepage: www.mcci.com
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>2.6.1</string>
<string>2.7.0</string>
</dict>
<key>PROJECT_COMMENTS</key>
<dict>
Expand Down Expand Up @@ -696,7 +696,7 @@
</dict>
</array>
<key>NAME</key>
<string>MCCI-Cricket-UI-v2.6.1-Mac-Installer</string>
<string>MCCI-Cricket-UI-v2.7.0-Mac-Installer</string>
<key>PAYLOAD_ONLY</key>
<false/>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion installerScript/Cricket-Windows.iss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define MyAppDir "Cricket"
#define MyAppName "Cricket UI"
#define MyProductName "MCCI® Cricket UI"
#define MyAppVersion "2.6.1"
#define MyAppVersion "2.7.0"
#define MyAppPublisher "MCCI Corporation"
#define MyAppURL "https://mcci.com"
#define MyAppExeName "Cricket.exe"
Expand Down

0 comments on commit be53024

Please sign in to comment.