summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Dummy/src/version.h')
-rw-r--r--protocols/Dummy/src/version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/Dummy/src/version.h b/protocols/Dummy/src/version.h
new file mode 100644
index 0000000000..3e8d121f23
--- /dev/null
+++ b/protocols/Dummy/src/version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 0
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Dummy protocol"
+#define __FILENAME "Dummy.dll"
+#define __DESCRIPTION "Dummy protocol for Miranda NG."
+#define __AUTHOR "Robert P\xf6" "sel"
+#define __AUTHOREMAIL "robyer@seznam.cz"
+#define __AUTHORWEB "http://miranda-ng.org/p/Dummy/"
+#define __COPYRIGHT "© 2014 Robert P\xf6" "sel"