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 cb50dcb commit 5ff38f7Copy full SHA for 5ff38f7
configure.bat
@@ -1,7 +1,7 @@
1
@echo OFF
2
@setlocal
3
4
-set VERSION=1.31.0
+set VERSION=1.31.1
5
set TFDIR=C:\TreeFrog\%VERSION%
6
set MONBOC_VERSION=1.9.5
7
set LZ4_VERSION=1.9.2
src/tglobal.h
#pragma once
-constexpr auto TF_VERSION_STR = "1.31.0";
-constexpr auto TF_VERSION_NUMBER = 0x013100;
-constexpr auto TF_SRC_REVISION = 2301;
+constexpr auto TF_VERSION_STR = "1.31.1";
+constexpr auto TF_VERSION_NUMBER = 0x013101;
+constexpr auto TF_SRC_REVISION = 2307;
#include <QMetaType>
#include <QtGlobal>
tfbase.pri
@@ -1,4 +1,4 @@
TF_VER_MAJ=1
TF_VER_MIN=31
-TF_VER_PAT=0
+TF_VER_PAT=1
TF_VERSION=$${TF_VER_MAJ}.$${TF_VER_MIN}.$${TF_VER_PAT}
0 commit comments