We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39e9ec commit 7f26bc1Copy full SHA for 7f26bc1
src/tglobal.h
@@ -1,7 +1,7 @@
1
#pragma once
2
constexpr auto TF_VERSION_STR = "1.30.0";
3
constexpr auto TF_VERSION_NUMBER = 0x013000;
4
-constexpr auto TF_SRC_REVISION = 2261;
+constexpr auto TF_SRC_REVISION = 2274;
5
6
#include <QMetaType>
7
#include <QtGlobal>
tools/test/releasetest/releasetest.bat
@@ -1,4 +1,4 @@
-@echo on
+@echo off
@setlocal
set BASEDIR=%~dp0
0 commit comments