diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-15 14:21:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-15 14:21:57 +0300 |
commit | dd01d74a7fe2ba22980476dd06b6efafd80c31a8 (patch) | |
tree | ba36dad71d2347aafb00af0e9e04b072f5b7eebf /protocols/ICQ-WIM/src/version.h | |
parent | e0cd08488f88b6effef6e1cca5bda05648c6c70f (diff) |
ICQ-WIM: newly received messages were erroneously marked as read
Diffstat (limited to 'protocols/ICQ-WIM/src/version.h')
-rw-r--r-- | protocols/ICQ-WIM/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/version.h b/protocols/ICQ-WIM/src/version.h index 0f68bc24e4..8c60696fe5 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 10 +#define __BUILD_NUM 11 #include <stdver.h> |