diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-21 22:12:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-21 22:12:40 +0300 |
commit | ffdd43398c6beebd3eaeb8a3b8d0722f90c470ba (patch) | |
tree | 56bdf5ac8b1b58074faad92a9403d13aac6cbff3 /plugins/AVS/src/version.h | |
parent | 6ef18969b0a9107c4afb99de8fc07982ff3ca645 (diff) |
fixes #3202 (StdUserInfo: перекошены элементы на странице "Аватар")
Diffstat (limited to 'plugins/AVS/src/version.h')
-rw-r--r-- | plugins/AVS/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/version.h b/plugins/AVS/src/version.h index 311e8f193b..6b3a39b15b 100644 --- a/plugins/AVS/src/version.h +++ b/plugins/AVS/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 98
#define __RELEASE_NUM 1
-#define __BUILD_NUM 5
+#define __BUILD_NUM 6
#include <stdver.h>
|