From 7c42f2e9d4ce327be584acad7aba82af5d717d52 Mon Sep 17 00:00:00 2001 From: tcsabina Date: Tue, 1 Nov 2022 19:53:58 +0100 Subject: [PATCH] Update version string --- src/qtv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtv.h b/src/qtv.h index fca9386..b79885c 100644 --- a/src/qtv.h +++ b/src/qtv.h @@ -187,7 +187,7 @@ extern "C" { //====================================== -#define PROXY_VERSION "1.14-dev" // Release version of QTV (not protocol). +#define PROXY_VERSION "1.14" // Release version of QTV (not protocol). #define QTV_VERSION 1.0f // we are support up to this QTV version. #define QTV_PROJECT_URL "https://github.com/QW-Group/qtv" #define QTV_HELP_URL "https://github.com/QW-Group/qtv/wiki"