diff options
author | George Hazan <ghazan@miranda.im> | 2022-02-06 16:55:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-02-06 16:55:42 +0300 |
commit | eb4b2db7495ff4088d252b5dd227acac0d9fdf11 (patch) | |
tree | a03f0dc5158ec9ec109fe8994b7671139f53a31f /protocols/YAMN/src/version.h | |
parent | a1af87253ded620840639d5948c390d885d1bced (diff) |
fixes #3021 (YAMN: истребить вкладку "Плагины")
Diffstat (limited to 'protocols/YAMN/src/version.h')
-rw-r--r-- | protocols/YAMN/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/YAMN/src/version.h b/protocols/YAMN/src/version.h index 20429be688..b2cda313d7 100644 --- a/protocols/YAMN/src/version.h +++ b/protocols/YAMN/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 2 -#define __BUILD_NUM 6 +#define __BUILD_NUM 7 #include <stdver.h> |