diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-03-15 11:20:05 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-03-15 11:20:05 +0000 |
commit | 641c67a9d552b07664308c2ae3384cc95a75a2d0 (patch) | |
tree | b9e29c5bf201211065b912bb2048143152c82201 /protocols/Steam/src/version.h | |
parent | 108bb117b2a796e8a99d7add61f304730b9ecadb (diff) |
Steam:
- added support for templated url
- fixed broken login
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@12408 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 e33f795d5b..007f994986 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 3
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
|