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

#include <stdver.h>

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