Skip to content

Commit 1a253fa

Browse files
updated version strings.
1 parent 18d391a commit 1a253fa

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

configure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo OFF
22
@setlocal
33

4-
set VERSION=2.7.0
4+
set VERSION=2.7.1
55
set TFDIR=C:\TreeFrog\%VERSION%
66
set MONBOC_VERSION=1.21.2
77
set LZ4_VERSION=1.9.4

installer/create_installer.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:: 10行目、28行目、39行目を編集
88

99

10-
set VERSION=2.7.0
10+
set VERSION=2.7.1
1111
set QTBASE=C:\Qt
1212
set TFDIR=C:\TreeFrog\%VERSION%
1313

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

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

34-
[assembly:AssemblyVersionAttribute("2.7.0")];
34+
[assembly:AssemblyVersionAttribute("2.7.1")];
3535

3636
[assembly:ComVisible(false)];
3737

src/tglobal.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
2-
constexpr auto TF_VERSION_STR = "2.7.0";
3-
constexpr auto TF_VERSION_NUMBER = 0x020700;
4-
constexpr auto TF_SRC_REVISION = 2797;
2+
constexpr auto TF_VERSION_STR = "2.7.1";
3+
constexpr auto TF_VERSION_NUMBER = 0x020701;
4+
constexpr auto TF_SRC_REVISION = 2803;
55

66
#include <QMetaType>
77
#include <QIODevice>

tfbase.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
TF_VER_MAJ=2
22
TF_VER_MIN=7
3-
TF_VER_PAT=0
3+
TF_VER_PAT=1
44
TF_VERSION=$${TF_VER_MAJ}.$${TF_VER_MIN}.$${TF_VER_PAT}

0 commit comments

Comments
 (0)