File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ app = BUNDLE(
5959 'CFBundleDisplayName' : 'NIMHCogMood' ,
6060 'CFBundleName' : 'NIMHCogMood' ,
6161 'CFBundleIdentifier' : 'gov.nih.nimh.mlc.nimhcogmood' ,
62- 'CFBundleVersion' : '1.0.0 ' ,
63- 'CFBundleShortVersionString' : '1.0.0 ' ,
62+ 'CFBundleVersion' : '1.0.1 ' ,
63+ 'CFBundleShortVersionString' : '1.0.1 ' ,
6464 'LSArchitecturePriority' : ['x86_64' , 'arm64' ],
6565 'WorkerID' : '"------------------------------------------------".---------------------------'
6666 }
Original file line number Diff line number Diff line change 22# UTF-8 encoded text
33VSVersionInfo(
44 ffi=FixedFileInfo(
5- filevers=(1, 0, 0 , 0),
6- prodvers=(1, 0, 0 , 0),
5+ filevers=(1, 0, 1 , 0),
6+ prodvers=(1, 0, 1 , 0),
77 mask=0x3f,
88 flags=0x0,
99 OS=0x40004,
@@ -18,12 +18,12 @@ VSVersionInfo(
1818 u'040904B0',
1919 [StringStruct(u'CompanyName', u'NIMH MLC'),
2020 StringStruct(u'FileDescription', u''),
21- StringStruct(u'FileVersion', u'1.0.0 .0'),
21+ StringStruct(u'FileVersion', u'1.0.1 .0'),
2222 StringStruct(u'InternalName', u'NIMH - CogMood'),
2323 StringStruct(u'LegalCopyright', u''),
2424 StringStruct(u'OriginalFilename', u'NIMHCogMood.exe'),
2525 StringStruct(u'ProductName', u'NIMH - CogMood'),
26- StringStruct(u'ProductVersion', u'1.0.0 .0'),
26+ StringStruct(u'ProductVersion', u'1.0.1 .0'),
2727 StringStruct(u'WorkerID', u'"------------------------------------------------".---------------------------')])
2828 ]),
2929 VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
You can’t perform that action at this time.
0 commit comments