diff options
author | George Hazan <ghazan@miranda.im> | 2021-05-15 20:24:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-05-15 20:24:46 +0300 |
commit | 73aeb6a522d433953f936a24ee0f98cf17e5fcbc (patch) | |
tree | 55688e402f286e08463c9048d814469187d000ce /protocols/Facebook/src/version.h | |
parent | d3e9d8a3be07d9d644b7240ed33ce957145e9756 (diff) |
Facebook: fix for reading more than 500 contacts from Friends list
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 f2d3aca766..157e9ad9b6 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 10 +#define __BUILD_NUM 11 #include <stdver.h> |