summaryrefslogtreecommitdiff
path: root/plugins/HTTPServer
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-03-18 12:46:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-03-18 12:46:23 +0300
commit64c29727ee3ccca5581a2103d16536f323fafe57 (patch)
tree278ccf094849c2f0e8d2a12cc0f6295996c77fc1 /plugins/HTTPServer
parentd07899c7630040511591755c86371a9fbd58da34 (diff)
fixes #2784 (StartupSilence: remove "Main menu item" option)
Diffstat (limited to 'plugins/HTTPServer')
-rw-r--r--plugins/HTTPServer/src/version.h2
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>