diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-12-25 12:53:31 +0100 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-12-25 12:53:31 +0100 |
commit | d3f61963c44210c20222c64b1d607a8eed2b7636 (patch) | |
tree | 544175d52cf3e952f520e9da287ea230f2bee8e1 /protocols/Steam | |
parent | 35e6fa87fd67d1d0a73b6314ef6579b8bdaaea8c (diff) |
Steam: Version bump
Diffstat (limited to 'protocols/Steam')
-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 12dd9db18e..93c997fc98 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 0
+#define __BUILD_NUM 1
#include <stdver.h>
|