summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/version.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2015-03-05 14:36:22 +0000
committerRobert Pösel <robyer@seznam.cz>2015-03-05 14:36:22 +0000
commitd5b576ca4aafb5af42446c2a782c8a6071903489 (patch)
tree7991bf2f0c29ce23c11fa4306a3f6c0afd1c76bb /protocols/Steam/src/version.h
parent68c31fd58da09d3f4f0b4c7b78a53f83cc5f9ffb (diff)
Steam: Improve method for sending messages; version bump
Now it uses better error messages (server's one if they're available). Remaining problem is that it doesn't raise error immediately when protocol is offline and user tries to send message - that's problem of how are implemented requests here and it needs more changes... git-svn-id: http://svn.miranda-ng.org/main/trunk@12326 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/version.h')
-rw-r--r--protocols/Steam/src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/version.h b/protocols/Steam/src/version.h
index e493763ec5..802fa4e515 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 2
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>