Skip to content

Commit 746df46

Browse files
update installer.
1 parent 70e92af commit 746df46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

installer/treefrog-setup/treefrog-setup/AssemblyInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

installer/treefrog-setup/treefrog-setup/MainForm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)