summaryrefslogtreecommitdiff
path: root/plugins/DropBox/src/version.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-02-18 13:55:55 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-02-18 13:55:55 +0000
commita81202e45d9f67032e4c230ce1e3a46270c3a1db (patch)
tree015c087e84d289248247f6c1756017bcb76b16a0 /plugins/DropBox/src/version.h
parent51ae9808067b2be06568d10214bee8a60c1160c0 (diff)
- initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@8161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DropBox/src/version.h')
-rw-r--r--plugins/DropBox/src/version.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/DropBox/src/version.h b/plugins/DropBox/src/version.h
new file mode 100644
index 0000000000..dc8892c2de
--- /dev/null
+++ b/plugins/DropBox/src/version.h
@@ -0,0 +1,15 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 11
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 0
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "DropBox"
+#define __INTERNAL_NAME "DropBox"
+#define __FILENAME "DropBox.dll"
+#define __DESCRIPTION "Provide ability to load file on DropBox."
+#define __AUTHOR "unsane"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/p/DropBox/"
+#define __COPYRIGHT "© 2014 Miranda NG project"