From bef9b685baa605df0739f4c5fe380093db2851ef Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 10 Jul 2022 18:47:49 +0300 Subject: fixes #3112 (Steam plugin will not stay connected for more than 1-2 minutes) --- protocols/Steam/src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/Steam/src/version.h') diff --git a/protocols/Steam/src/version.h b/protocols/Steam/src/version.h index 4eef0bf165..1552f68657 100644 --- a/protocols/Steam/src/version.h +++ b/protocols/Steam/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 -#define __MINOR_VERSION 95 -#define __RELEASE_NUM 12 -#define __BUILD_NUM 2 +#define __MINOR_VERSION 96 +#define __RELEASE_NUM 1 +#define __BUILD_NUM 1 #include -- cgit v1.2.3