Skip to content

Commit 316eccf

Browse files
updates installer.
1 parent 9408b91 commit 316eccf

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
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) 2014")];
19+
[assembly:AssemblyCopyrightAttribute("Copyright (c) 2015")];
2020
[assembly:AssemblyTrademarkAttribute("")];
2121
[assembly:AssemblyCultureAttribute("")];
2222

@@ -31,7 +31,7 @@ using namespace System::Security::Permissions;
3131
// すべての値を指定するか、下のように '*' を使ってリビジョンおよびビルド番号を
3232
// 既定値にすることができます:
3333

34-
[assembly:AssemblyVersionAttribute("1.7.9")];
34+
[assembly:AssemblyVersionAttribute("1.8.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
@@ -160,7 +160,7 @@ namespace treefrogsetup {
160160
this->label->Name = L"label";
161161
this->label->Size = System::Drawing::Size(309, 15);
162162
this->label->TabIndex = 4;
163-
this->label->Text = L"Specify a base folder of Qt version 5.2 or later.";
163+
this->label->Text = L"Specify a base folder of Qt version 5.3 or later.";
164164
//
165165
// label1
166166
//
@@ -171,7 +171,7 @@ namespace treefrogsetup {
171171
this->label1->Name = L"label1";
172172
this->label1->Size = System::Drawing::Size(162, 15);
173173
this->label1->TabIndex = 5;
174-
this->label1->Text = L"Example: C:\\Qt\\Qt5.3.2";
174+
this->label1->Text = L"Example: C:\\Qt\\Qt5.4.1";
175175
//
176176
// labeltop
177177
//

installer/treefrog-setup/treefrog-setup/app.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ LANGUAGE 17, SUBLANG_DEFAULT
1818
// User resources
1919
//
2020
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
21-
IDR_TREEFROG_QT52_MSI TREEFROG_MSI "..\\..\\msi\\TreeFrog-SDK-Qt5.2.msi"
21+
IDR_TREEFROG_QT53_MSI TREEFROG_MSI "..\\..\\msi\\TreeFrog-SDK-Qt5.3.msi"
2222

2323
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
24-
IDR_TREEFROG_QT53_MSI TREEFROG_MSI "..\\..\\msi\\TreeFrog-SDK-Qt5.3.msi"
24+
IDR_TREEFROG_QT54_MSI TREEFROG_MSI "..\\..\\msi\\TreeFrog-SDK-Qt5.4.msi"
2525

2626
//
2727
// String Table resources

installer/treefrog-setup/treefrog-setup/resource.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
#define IDR_TREEFROG_QT53_MSI 1053
1313
#define IDR_TREEFROG_QT54_MSI 1054
1414
#define IDR_TREEFROG_QT55_MSI 1055
15+
#define IDR_TREEFROG_QT56_MSI 1056

0 commit comments

Comments
 (0)