Skip to content

Commit 2ace536

Browse files
updated version strings.
1 parent 1413f1b commit 2ace536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.3.0";
3-
constexpr auto TF_VERSION_NUMBER = 0x020300;
4-
constexpr auto TF_SRC_REVISION = 2468;
2+
constexpr auto TF_VERSION_STR = "2.3.1";
3+
constexpr auto TF_VERSION_NUMBER = 0x020301;
4+
constexpr auto TF_SRC_REVISION = 2498;
55

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

0 commit comments

Comments
 (0)