diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-09-07 11:42:55 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-09-07 11:42:55 +0000 |
commit | 36fda94bceb22984f08944e1a89d420a90cd6299 (patch) | |
tree | 953fe688c9aaf87b17c72b6dc66b3c33bb927688 /protocols/FacebookRM/src/version.h | |
parent | 064b323a22f939a04f54eb3cdcd165cdcca431c9 (diff) |
Facebook: Various fixes
- Fix getting own name and avatar
- Improve login error messages
- Fix turning off chat on logout and improve logout procedure
- Improve some options text
- Remove "DisableLogout" hidden option
- Some code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@10387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/version.h')
-rw-r--r-- | protocols/FacebookRM/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/version.h b/protocols/FacebookRM/src/version.h index 4376a641b8..1efaf598d8 100644 --- a/protocols/FacebookRM/src/version.h +++ b/protocols/FacebookRM/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 9
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
|