diff options
Diffstat (limited to 'plugins/Dropbox/src/version.h')
-rw-r--r-- | plugins/Dropbox/src/version.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/Dropbox/src/version.h b/plugins/Dropbox/src/version.h deleted file mode 100644 index aaec775b44..0000000000 --- a/plugins/Dropbox/src/version.h +++ /dev/null @@ -1,14 +0,0 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 12
-#define __RELEASE_NUM 2
-#define __BUILD_NUM 4
-
-#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 "https://miranda-ng.org/p/Dropbox/"
-#define __COPYRIGHT "© 2014-17 Miranda NG project"
|