summaryrefslogtreecommitdiff
path: root/plugins/HTTPServer/src/Version.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-08-30 20:26:04 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-08-30 20:26:04 +0000
commitce10ea25b750f23c558a5920cd2b21d00212776a (patch)
treec0f397eae932ad561fa8c28fca9a8760facd8cad /plugins/HTTPServer/src/Version.h
parent2f1ac5fc48cf9de50fe4380ea22d88840945728c (diff)
- all wrongly used macroses replaced with correcc ones;
- version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15122 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HTTPServer/src/Version.h')
-rw-r--r--plugins/HTTPServer/src/Version.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/HTTPServer/src/Version.h b/plugins/HTTPServer/src/Version.h
index 76c4b8d3db..8f3121b41b 100644
--- a/plugins/HTTPServer/src/Version.h
+++ b/plugins/HTTPServer/src/Version.h
@@ -1,14 +1,14 @@
-#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 1
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
#define __RELEASE_NUM 2
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
#define __PLUGIN_NAME "HTTPServer"
#define __FILENAME "HTTPServer.dll"
-#define __DESCRIPTION "HTTP Web Server plugin for Miranda."
-#define __AUTHOR "Kennet Nielsen, modified by Vampik, Houdini"
+#define __DESCRIPTION "HTTP Web Server plugin for Miranda."
+#define __AUTHOR "Kennet Nielsen, modified by Vampik, Houdini"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/p/HTTPServer/"
-#define __COPYRIGHT "© 2003-2009 Kennet Nielsen, Vampik, Houdini"
+#define __AUTHORWEB "http://miranda-ng.org/p/HTTPServer/"
+#define __COPYRIGHT "© 2003-2009 Kennet Nielsen, Vampik, Houdini"