diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-18 12:46:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-18 12:46:23 +0300 |
commit | 64c29727ee3ccca5581a2103d16536f323fafe57 (patch) | |
tree | 278ccf094849c2f0e8d2a12cc0f6295996c77fc1 /plugins/HTTPServer | |
parent | d07899c7630040511591755c86371a9fbd58da34 (diff) |
fixes #2784 (StartupSilence: remove "Main menu item" option)
Diffstat (limited to 'plugins/HTTPServer')
-rw-r--r-- | plugins/HTTPServer/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HTTPServer/src/version.h b/plugins/HTTPServer/src/version.h index 6c93022e1c..17f253dbc4 100644 --- a/plugins/HTTPServer/src/version.h +++ b/plugins/HTTPServer/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 2 -#define __BUILD_NUM 3 +#define __BUILD_NUM 4 #include <stdver.h> |