diff options
Diffstat (limited to 'protocols/Steam')
-rw-r--r-- | protocols/Steam/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Steam/src/version.h b/protocols/Steam/src/version.h index aefb416b48..df8a29ec94 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 1
+#define __BUILD_NUM 2
#include <stdver.h>
@@ -11,4 +11,4 @@ #define __AUTHOR "Miranda NG Team, Robert P\xf6" "sel"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/Steam/"
-#define __COPYRIGHT "© 2014-17 Miranda NG team"
+#define __COPYRIGHT "� 2014-17 Miranda NG team"
|