diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-02 19:28:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-02 19:28:15 +0300 |
commit | 3048f93e6482ee4a939fac2d5eb815d67a8b4837 (patch) | |
tree | d06017df5dfd869211d0506e5db6673102aac36b /plugins/NewEventNotify/src/version.h | |
parent | 4472fde0ecb0438fc6e366c45d65b8ec988ab587 (diff) |
fixes #3280 (NewEventNotify: настройка цветов всплывающих окон)
Diffstat (limited to 'plugins/NewEventNotify/src/version.h')
-rw-r--r-- | plugins/NewEventNotify/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewEventNotify/src/version.h b/plugins/NewEventNotify/src/version.h index 5695e9b7e3..f01c9e64d9 100644 --- a/plugins/NewEventNotify/src/version.h +++ b/plugins/NewEventNotify/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 2
-#define __BUILD_NUM 5
+#define __BUILD_NUM 6
#include <stdver.h>
|