File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
installer/treefrog-setup/treefrog-setup Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ using namespace System::Security::Permissions;
1616[assembly:AssemblyConfigurationAttribute(" " )];
1717[assembly:AssemblyCompanyAttribute(" " )];
1818[assembly:AssemblyProductAttribute(" treefrogsetup" )];
19- [assembly:AssemblyCopyrightAttribute(" Copyright (c) 2010-2019 " )];
19+ [assembly:AssemblyCopyrightAttribute(" Copyright (c) 2010-2020 " )];
2020[assembly:AssemblyTrademarkAttribute(" " )];
2121[assembly:AssemblyCultureAttribute(" " )];
2222
@@ -31,7 +31,7 @@ using namespace System::Security::Permissions;
3131// すべての値を指定するか、下のように '*' を使ってリビジョンおよびビルド番号を
3232// 既定値にすることができます:
3333
34- [assembly:AssemblyVersionAttribute(" 1.27 .0" )];
34+ [assembly:AssemblyVersionAttribute(" 1.28 .0" )];
3535
3636[assembly:ComVisible(false )];
3737
Original file line number Diff line number Diff line change @@ -390,9 +390,9 @@ namespace treefrogsetup {
390390 // Get msi file from resource
391391 int rcid = 0 ;
392392 if (version->IndexOf (" Qt version " + VERSION_STR514, StringComparison::OrdinalIgnoreCase) > 0 ) {
393- rcid = IDR_TREEFROG_QT513_MSI ;
393+ rcid = IDR_TREEFROG_QT514_MSI ;
394394 } else if (version->IndexOf (" Qt version " + VERSION_STR513, StringComparison::OrdinalIgnoreCase) > 0 ) {
395- rcid = IDR_TREEFROG_QT512_MSI ;
395+ rcid = IDR_TREEFROG_QT513_MSI ;
396396 } else {
397397 abort (" Not found Qt version " + VERSION_STR514 + " or " + VERSION_STR513 + " ." , " Abort" );
398398 return ;
You can’t perform that action at this time.
0 commit comments