summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-07-10 18:47:49 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-07-10 18:47:49 +0300
commitbef9b685baa605df0739f4c5fe380093db2851ef (patch)
treef22a4ecbdaf87937c3d07c57be8864014ed3386d /protocols/Steam/src/version.h
parent3e13a0dcca1aeccd5c5272ab046736dd0f33ffa5 (diff)
fixes #3112 (Steam plugin will not stay connected for more than 1-2 minutes)
Diffstat (limited to 'protocols/Steam/src/version.h')
-rw-r--r--protocols/Steam/src/version.h6
1 files changed, 3 insertions, 3 deletions
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 <stdver.h>