File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 <key >CFBundlePackageType </key >
1919 <string >APPL </string >
2020 <key >CFBundleShortVersionString </key >
21- <string >1.07 </string >
21+ <string >1.08 </string >
2222 <key >CFBundleSupportedPlatforms </key >
2323 <array >
2424 <string >MacOSX </string >
2525 </array >
2626 <key >CFBundleVersion </key >
27- <string >1.07 </string >
27+ <string >1.08 </string >
2828 <key >LSApplicationCategoryType </key >
2929 <string >public.app-category.music </string >
3030 <key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change 22
33; HM NIS Edit Wizard helper defines
44!define PRODUCT_NAME " Tuner"
5- !define PRODUCT_VERSION " 1.06 "
5+ !define PRODUCT_VERSION " 1.08 "
66!define PRODUCT_PUBLISHER " Bill Farmer"
77!define PRODUCT_WEB_SITE " https://github.com/billthefarmer/c-tuner"
88!define PRODUCT_DIR_REGKEY " Software\Microsoft\Windows\CurrentVersion\App Paths\Tuner.exe"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Toolbar BITMAP "Toolbar.bmp"
88CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "Tuner.manifest"
99
1010VS_VERSION_INFO VERSIONINFO
11- FILEVERSION 1,0,6 ,0
12- PRODUCTVERSION 1,0,6 ,0
11+ FILEVERSION 1,0,8 ,0
12+ PRODUCTVERSION 1,0,8 ,0
1313FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
1414FILEFLAGS 0x0L
1515FILEOS VOS__WINDOWS32
@@ -22,16 +22,16 @@ BEGIN
2222 BEGIN
2323 VALUE "CompanyName", "Bill Farmer"
2424 VALUE "FileDescription", "Musical Instrument Tuner"
25- VALUE "FileVersion", "1.0.6 "
25+ VALUE "FileVersion", "1.0.8 "
2626 VALUE "InternalName", "Tuner"
27- VALUE "LegalCopyright", "Copyright (C) 2019 Bill Farmer"
27+ VALUE "LegalCopyright", "Copyright (C) 2021 Bill Farmer"
2828 VALUE "OriginalFilename", "Tuner.exe"
2929 VALUE "ProductName", "Tuner"
30- VALUE "ProductVersion", "1.0.6 "
30+ VALUE "ProductVersion", "1.0.8 "
3131 END
3232 END
3333 BLOCK "VarFileInfo"
3434 BEGIN
3535 VALUE "Translation", 0x809, 0x4B0
3636 END
37- END
37+ END
You can’t perform that action at this time.
0 commit comments