diff options
author | George Hazan <ghazan@miranda.im> | 2020-07-15 19:16:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-07-15 19:16:58 +0300 |
commit | d43c7dd74bbadd57fb78d014146fd225fd57c71a (patch) | |
tree | b2390d7a52bfc888772970dea3bdcac9071eb782 /protocols/ICQ-WIM/src/version.h | |
parent | 84d4a2b429da046b8a33bc39aa38a3b529ccc9a6 (diff) |
ICQ-WIM:
- fixes #2477 (ICQ: от людей, отсутствующих в ростере, приходит только последнее оффлайновое сообщение);
- fixes #2470 (ICQ: последнее из входящих оффлайновых сообщений имеет некорректное время);
- version bump
Diffstat (limited to 'protocols/ICQ-WIM/src/version.h')
-rw-r--r-- | protocols/ICQ-WIM/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/ICQ-WIM/src/version.h b/protocols/ICQ-WIM/src/version.h index 8c60696fe5..3d933bf223 100644 --- a/protocols/ICQ-WIM/src/version.h +++ b/protocols/ICQ-WIM/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 95 -#define __RELEASE_NUM 11 -#define __BUILD_NUM 11 +#define __RELEASE_NUM 12 +#define __BUILD_NUM 1 #include <stdver.h> |