diff options
Diffstat (limited to 'plugins/DropBox/src/version.h')
-rw-r--r-- | plugins/DropBox/src/version.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/DropBox/src/version.h b/plugins/DropBox/src/version.h index 65107a26a2..178ef67ee7 100644 --- a/plugins/DropBox/src/version.h +++ b/plugins/DropBox/src/version.h @@ -1,15 +1,15 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
-#define __PLUGIN_NAME "DropBox"
-#define __INTERNAL_NAME "DropBox"
-#define __FILENAME "DropBox.dll"
-#define __DESCRIPTION "Provides ability to upload files on DropBox."
+#define __PLUGIN_NAME "Dropbox"
+#define __INTERNAL_NAME "Dropbox"
+#define __FILENAME "Dropbox.dll"
+#define __DESCRIPTION "Provides ability to upload files on Dropbox."
#define __AUTHOR "unsane"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/p/DropBox/"
+#define __AUTHORWEB "http://miranda-ng.org/p/Dropbox/"
#define __COPYRIGHT "© 2014 Miranda NG project"
|