diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-11 12:19:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-11 12:19:00 +0300 |
commit | 79b5149e872319dcf0f2b6d5c4da5ece3ddc7993 (patch) | |
tree | f8733f7a1b1a918ca706bdad9ea696647dc7ed25 /protocols/ICQ-WIM/src/version.h | |
parent | 0d6b9512088d959126c965d82403623196a8ff85 (diff) |
fixes #1892 (ICQ: still online even if network adapter is disabled)
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 f023323c28..bb1e4cc050 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 3 +#define __BUILD_NUM 4 #include <stdver.h> |