Skip to content

Commit 7f26bc1

Browse files
updated version string.
1 parent e39e9ec commit 7f26bc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tglobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22
constexpr auto TF_VERSION_STR = "1.30.0";
33
constexpr auto TF_VERSION_NUMBER = 0x013000;
4-
constexpr auto TF_SRC_REVISION = 2261;
4+
constexpr auto TF_SRC_REVISION = 2274;
55

66
#include <QMetaType>
77
#include <QtGlobal>

tools/test/releasetest/releasetest.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@echo on
1+
@echo off
22
@setlocal
33

44
set BASEDIR=%~dp0

0 commit comments

Comments
 (0)