summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/Version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-08 09:52:37 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-08 09:52:37 +0000
commit406c1bbcb1859d7f57e84c3c637b2b064dea7c67 (patch)
treeb3a885ebde4526b6dc5765d731b149f2affe4bc7 /plugins/Msg_Export/src/Version.h
parent4bf15fc0daea6914bced34c097b163160cce0557 (diff)
project and code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@3471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src/Version.h')
-rw-r--r--plugins/Msg_Export/src/Version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/Msg_Export/src/Version.h b/plugins/Msg_Export/src/Version.h
new file mode 100644
index 0000000000..5d52a0e747
--- /dev/null
+++ b/plugins/Msg_Export/src/Version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 3
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 3
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Message export"
+#define __FILENAME "Msg_Export.dll"
+#define __DESCRIPTION "Exports every message, URL or File you receive to a text file."
+#define __AUTHOR "Kennet Nielsen, mod by ring0"
+#define __AUTHOREMAIL "Kennet_N@ofir.dk"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2002 Kennet Nielsen, © 2012-2013 Miranda NG Team"