diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-17 14:18:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-17 14:19:07 +0300 |
commit | 4de8269dcabbd57e506b85e8285b83229bc30158 (patch) | |
tree | 7ea712b80ed30813789e9b7062aaa29cc461254e /protocols/Steam/src/version.h | |
parent | dcc15a61443eb42ccd80d15262f97c358185af7b (diff) |
Steam:
- fixes #1114 (Contact/auth requests do not work as intended)
- massive code cleaning;
- version bump
Diffstat (limited to 'protocols/Steam/src/version.h')
-rw-r--r-- | protocols/Steam/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/version.h b/protocols/Steam/src/version.h index 7c7ca89f97..6288301c5f 100644 --- a/protocols/Steam/src/version.h +++ b/protocols/Steam/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 6
-#define __BUILD_NUM 5
+#define __BUILD_NUM 6
#include <stdver.h>
|