diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-01 14:02:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-01 14:02:58 +0300 |
commit | 23bccd1f28fa196f779dca3daca1fe7ba54ee4d1 (patch) | |
tree | ada513b1f4154154f403aadf272bd1df3a5114b0 /protocols/Facebook/src/version.h | |
parent | 099f41b05c066c2c39d10b4b6b18280ef5f2254f (diff) |
fixes #2318 (Facebook: stopped getting new message notifications)
Diffstat (limited to 'protocols/Facebook/src/version.h')
-rw-r--r-- | protocols/Facebook/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Facebook/src/version.h b/protocols/Facebook/src/version.h index 45bbcaf19f..8a4aff26a6 100644 --- a/protocols/Facebook/src/version.h +++ b/protocols/Facebook/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 -#define __BUILD_NUM 5 +#define __BUILD_NUM 6 #include <stdver.h> |