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 1413f1b commit 2ace536Copy full SHA for 2ace536
src/tglobal.h
@@ -1,7 +1,7 @@
1
#pragma once
2
-constexpr auto TF_VERSION_STR = "2.3.0";
3
-constexpr auto TF_VERSION_NUMBER = 0x020300;
4
-constexpr auto TF_SRC_REVISION = 2468;
+constexpr auto TF_VERSION_STR = "2.3.1";
+constexpr auto TF_VERSION_NUMBER = 0x020301;
+constexpr auto TF_SRC_REVISION = 2498;
5
6
#include <QMetaType>
7
#include <QIODevice>
0 commit comments