diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-15 19:24:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-15 19:24:33 +0300 |
commit | efbd3e90b66f16d3aac1d99f15ce7f2f83477b4e (patch) | |
tree | 1e5534937869140beab61340a56b37278cd4bfbb /protocols/Facebook/src/version.h | |
parent | dd01d74a7fe2ba22980476dd06b6efafd80c31a8 (diff) |
Facebook: all garbage contacts (not included into our friend list) are filtered out
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 8a4aff26a6..e9df1063b4 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 6 +#define __BUILD_NUM 7 #include <stdver.h> |