diff options
author | George Hazan <george.hazan@gmail.com> | 2023-10-30 15:22:28 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-10-30 15:22:28 +0300 |
commit | ee2337c6bc391d0ab1d58123899920c6df0d2ef0 (patch) | |
tree | 976d43891e839e11702387f121c505792f284aea /plugins/NewStory/src/version.h | |
parent | 16143e784b1697c4b5349bc888c97f7160cf4534 (diff) |
fixes #3616 (NewStory: не работают настройки цвета своего имени и имени собеседника)
Diffstat (limited to 'plugins/NewStory/src/version.h')
-rw-r--r-- | plugins/NewStory/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/src/version.h b/plugins/NewStory/src/version.h index b23dcd2b60..23bd96a08b 100644 --- a/plugins/NewStory/src/version.h +++ b/plugins/NewStory/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 1
+#define __MINOR_VERSION 2
#define __RELEASE_NUM 0
-#define __BUILD_NUM 4
+#define __BUILD_NUM 1
#include <stdver.h>
|