diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-05-18 09:47:19 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-05-18 09:47:19 +0000 |
commit | e63ffcd3b3c8598d28ee899bd2537b02c02d8d39 (patch) | |
tree | 12eeef452ab23f5b60022f91b04ba049c5787789 /protocols/FacebookRM/src/version.h | |
parent | 40b63e431bc8c68c91a32ca7a62337b97da30b91 (diff) |
Facebook: Refactor various working threads and updating contacts procedure; Version bump
This should eliminate creation of duplicite contacts, maybe made little slower or faster logging in...
git-svn-id: http://svn.miranda-ng.org/main/trunk@9217 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/version.h')
-rw-r--r-- | protocols/FacebookRM/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/version.h b/protocols/FacebookRM/src/version.h index 12c19d23ed..33e28ff56f 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 4
-#define __BUILD_NUM 1
+#define __RELEASE_NUM 5
+#define __BUILD_NUM 0
#include <stdver.h>
|