diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-11-27 18:53:57 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-11-27 18:53:57 +0000 |
commit | ab1971b510fb004fc23aa3a69565ce69d8d0743e (patch) | |
tree | 10ee083ade2860980eac8c162dfe6a7927ece072 /protocols/FacebookRM/src/version.h | |
parent | 4859c7f947362a2fd8d4b9dc0458168fcb7143e7 (diff) |
Facebook:
- fixed marking messages of some multichats as read (fixes #504)
- fixed downloading avatars of some contacts (and repeated downloading of them again and again...)
- load messages marked as abusive/spam
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@6996 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 8535414969..b3c70da666 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 2
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|