summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/version.h
blob: f65f7312fcb2be875f88295e748bf5a99d92925c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define __MAJOR_VERSION            0
#define __MINOR_VERSION            11
#define __RELEASE_NUM              0
#define __BUILD_NUM                2

#include <stdver.h>

#define __PLUGIN_NAME              "CloudFile"
#define __FILENAME                 "CloudFile.dll"
#define __DESCRIPTION              "Allows you to transfer files via cloud services."
#define __AUTHOR                   "Miranda NG Team"
#define __AUTHOREMAIL              ""
#define __AUTHORWEB                "https://miranda-ng.org/p/CloudFile/"
#define __COPYRIGHT                "© 2017 Miranda NG project"