summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/version.h
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2017-04-16 01:32:19 +0300
committeraunsane <aunsane@gmail.com>2017-04-16 01:32:58 +0300
commit0b9fa1d90f8d0aff7118837ceb1211b578a5a9c8 (patch)
tree3b8be7b839a98a3a52a38d713c2d708ada015510 /plugins/CloudFile/src/version.h
parent008fb731e3e3b587f596afba1cfe7446de7f0cac (diff)
CloudFile: initial commit
- Dropbox (worked) - Yandex.Disk (worked) - GDrive (not worked)
Diffstat (limited to 'plugins/CloudFile/src/version.h')
-rw-r--r--plugins/CloudFile/src/version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/CloudFile/src/version.h b/plugins/CloudFile/src/version.h
new file mode 100644
index 0000000000..9351118eb8
--- /dev/null
+++ b/plugins/CloudFile/src/version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 11
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 1
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "CloudFile"
+#define __FILENAME "CloudFile.dll"
+#define __DESCRIPTION "Allows you to upload files via cloud services."
+#define __AUTHOR "Miranda NG Team"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/p/CloudFile/"
+#define __COPYRIGHT "© 2017 Miranda NG project"