From e255337491b93977d00bd364d31ef943e821d22a Mon Sep 17 00:00:00 2001 From: Dmitry Kuzkin Date: Fri, 6 Jul 2012 13:58:41 +0000 Subject: Compatibility fixes and small cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Console/version.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/Console/version.h') diff --git a/plugins/Console/version.h b/plugins/Console/version.h index a848f99fe5..c91b5628e0 100644 --- a/plugins/Console/version.h +++ b/plugins/Console/version.h @@ -22,16 +22,16 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define __FILEVERSION_STRING 0,0,7,2 -#define __VERSION_STRING "0.0.7.2" -#define __VERSION_DWORD 0x00000702 +#define __FILEVERSION_STRING 0,0,7,3 +#define __VERSION_STRING "0.0.7.3" +#define __VERSION_DWORD 0x00000703 -#define __PLUGIN_DESC "Console log window for Miranda 0.8.0.3+" +#define __PLUGIN_DESC "Console log window for Miranda" #define __PLUGIN_LONGDESC __PLUGIN_DESC ". ["__DATE__" "__TIME__"]" #define __PLUGIN_AUTHOR "Bio" -#define __PLUGIN_EMAIL "bio@msx.ru" -#define __PLUGIN_RIGHTS "© 2005-2009 Bio" +#define __PLUGIN_EMAIL "bio@ktaspb.ru" +#define __PLUGIN_RIGHTS "© 2005-2012 Bio" #define __PLUGIN_FILE "Console.dll" #define __PLUGIN_SHORTNAME "Console" -- cgit v1.2.3