File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
treefrog-setup/treefrog-setup Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11@ echo off
22@ setlocal
33
4- set VERSION = 2.10.0
4+ set VERSION = 2.10.1
55set TFDIR = C:\TreeFrog\%VERSION%
66set MONBOC_VERSION = 1.26.2
77set LZ4_VERSION = 1.9.4
Original file line number Diff line number Diff line change 77:: 10行目、28行目、39行目を編集
88
99
10- set VERSION = 2.10.0
10+ set VERSION = 2.10.1
1111set QTBASE = C:\Qt
1212set TFDIR = C:\TreeFrog\%VERSION%
1313
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ using namespace System::Security::Permissions;
3131// すべての値を指定するか、下のように '*' を使ってリビジョンおよびビルド番号を
3232// 既定値にすることができます:
3333
34- [assembly:AssemblyVersionAttribute(" 2.10.0 " )];
34+ [assembly:AssemblyVersionAttribute(" 2.10.1 " )];
3535
3636[assembly:ComVisible(false )];
3737
Original file line number Diff line number Diff line change 11#pragma once
2- constexpr auto TF_VERSION_STR = " 2.10.0 " ;
3- constexpr auto TF_VERSION_NUMBER = 0x020a00 ;
4- constexpr auto TF_SRC_REVISION = 2956 ;
2+ constexpr auto TF_VERSION_STR = " 2.10.1 " ;
3+ constexpr auto TF_VERSION_NUMBER = 0x020a01 ;
4+ constexpr auto TF_SRC_REVISION = 2999 ;
55
66#include < QMetaType>
77#include < QIODevice>
Original file line number Diff line number Diff line change 11TF_VER_MAJ =2
22TF_VER_MIN =10
3- TF_VER_PAT =0
3+ TF_VER_PAT =1
44TF_VERSION =$${TF_VER_MAJ }. $${TF_VER_MIN }. $${TF_VER_PAT }
You can’t perform that action at this time.
0 commit comments