File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
installer/treefrog-setup/treefrog-setup Expand file tree Collapse file tree 4 files changed +7
-6
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) 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
Original file line number Diff line number Diff 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 //
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ LANGUAGE 17, SUBLANG_DEFAULT
1818// User resources
1919//
2020LANGUAGE 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
2323LANGUAGE 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments