summaryrefslogtreecommitdiff
path: root/plugins/PasteIt/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PasteIt/version.h')
-rw-r--r--plugins/PasteIt/version.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/PasteIt/version.h b/plugins/PasteIt/version.h
new file mode 100644
index 0000000000..e7d016c0a4
--- /dev/null
+++ b/plugins/PasteIt/version.h
@@ -0,0 +1,20 @@
+#define __MAJOR_VERSION 1
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 3
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
+
+#define __STRINGIFY_IMPL(x) #x
+#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
+#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
+
+#define __PLUGIN_NAME "Paste It"
+#define __INTERNAL_NAME "PasteIt"
+#define __FILENAME "PasteIt.dll"
+#define __DESCRIPTION "Uploads the text to web page and sends the URL to your friends."
+#define __AUTHOR "Krzysztof Kral"
+#define __AUTHOREMAIL "programista@poczta.of.pl"
+#define __AUTHORWEB "http://programista.free.of.pl/miranda/"
+#define __COPYRIGHT "Copyright (c) 2011 KrzysztofKral"