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

#include <stdver.h>

#define __PLUGIN_NAME              "Dropbox"
#define __FILENAME                 "Dropbox.dll"
#define __DESCRIPTION              "Allows you to transfer files via Dropbox."
#define __AUTHOR                   "Miranda NG Team"
#define __AUTHOREMAIL              ""
#define __AUTHORWEB                "http://miranda-ng.org/p/Dropbox/"
#define __COPYRIGHT                "© 2014-15 Miranda NG project"