diff options
author | George Hazan <george.hazan@gmail.com> | 2023-10-10 17:03:56 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-10-10 17:03:56 +0300 |
commit | ab5d35225db150cfd20158cfae1b38ca77d5b5ab (patch) | |
tree | b005785cf33e89f73b31459b45e7ff93407d0c75 /plugins/NoHistory/src/version.h | |
parent | 232ad59e407e92d4999b2cde32b1f849f3cbd3e1 (diff) |
fixes #3560 (Чаты: механизм отключения хранения истории чатов в базе)
Diffstat (limited to 'plugins/NoHistory/src/version.h')
-rw-r--r-- | plugins/NoHistory/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NoHistory/src/version.h b/plugins/NoHistory/src/version.h index bb3b8226d9..ae57bad20f 100644 --- a/plugins/NoHistory/src/version.h +++ b/plugins/NoHistory/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 3
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|