diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-13 14:29:47 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-13 14:29:47 +0000 |
commit | 71846c4e387e27164ffde6b2e8a188b3bc21b2eb (patch) | |
tree | 0651eb829e128942cb0fe361862f93436fdb7a23 /plugins/Dropbox/src/version.h | |
parent | f112b278674402d2ea5428307f84de193695a07c (diff) |
Dropbox: refactoring of http requests
git-svn-id: http://svn.miranda-ng.org/main/trunk@13570 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/version.h')
-rw-r--r-- | plugins/Dropbox/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dropbox/src/version.h b/plugins/Dropbox/src/version.h index 27323bf19e..f1cd12cd17 100644 --- a/plugins/Dropbox/src/version.h +++ b/plugins/Dropbox/src/version.h @@ -1,14 +1,14 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 12
#define __RELEASE_NUM 0
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
#define __PLUGIN_NAME "Dropbox"
#define __FILENAME "Dropbox.dll"
#define __DESCRIPTION "Allows you to transfer files via Dropbox."
-#define __AUTHOR "unsane"
+#define __AUTHOR "Miranda NG Team"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/Dropbox/"
#define __COPYRIGHT "© 2014-15 Miranda NG project"
|