diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-08-02 20:42:43 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-08-02 20:42:43 +0000 |
commit | 419e301b09de1935ab61f9a28363bb375fc7e208 (patch) | |
tree | 1f94bd57ff7482b4b11c5a206bbad6bbd52531f0 /protocols/Steam/src/version.h | |
parent | 32a70bf6533a4207324e0443463a3c12ece03672 (diff) |
Steam:
- fixed bug with default group creation
- added HttpResponse
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/version.h')
-rw-r--r-- | protocols/Steam/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Steam/src/version.h b/protocols/Steam/src/version.h index f89c59fa87..c901a0c34f 100644 --- a/protocols/Steam/src/version.h +++ b/protocols/Steam/src/version.h @@ -1,14 +1,14 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 4
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
#define __PLUGIN_NAME "Steam protocol"
#define __FILENAME "Steam.dll"
#define __DESCRIPTION "Steam protocol support for Miranda NG."
-#define __AUTHOR "unsane, Robert P\xf6" "sel"
+#define __AUTHOR "Miranda NG Team, Robert P\xf6" "sel"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/Steam/"
-#define __COPYRIGHT "� 2014-15 Miranda NG team"
+#define __COPYRIGHT "© 2014-15 Miranda NG team"
|