From 4df260317b8bd47ca65dca24b376b68b765a378f Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 19 Feb 2014 12:23:54 +0000 Subject: DropBox: - reorganization of projects and code - added access request at contact's menu - temporary disabled folders sending - added dropbox icon - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@8174 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DropBox/src/version.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/DropBox/src/version.h') 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 -#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" -- cgit v1.2.3