From f88c0e6953da65564fb0724872431f48ecb043db Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Thu, 5 May 2011 12:29:44 +0000 Subject: added IgnoreState git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@74 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- IgnoreState/Version.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 IgnoreState/Version.h (limited to 'IgnoreState/Version.h') diff --git a/IgnoreState/Version.h b/IgnoreState/Version.h new file mode 100644 index 0000000..414bfcb --- /dev/null +++ b/IgnoreState/Version.h @@ -0,0 +1,28 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 3 +#define __BUILD_NUM 0 + +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM +#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM + +#define __STRINGIFY_IMPL(x) #x +#define __STRINGIFY(x) __STRINGIFY_IMPL(x) +#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS) + +#ifdef _UNICODE +#if defined(WIN64) || defined(_WIN64) + #define __PLUGIN_NAME "IgnoreState (Unicode x64)" +#else + #define __PLUGIN_NAME "IgnoreState (Unicode)" +#endif +#else + #define __PLUGIN_NAME "IgnoreState" +#endif +#define __INTERNAL_NAME "IgnoreState" +#define __FILENAME "IgnoreState.dll" +#define __DESCRIPTION "Show ignore state of contact in contacts list." +#define __AUTHOR "Kildor" +#define __AUTHOREMAIL "kostia@ngs.ru" +#define __AUTHORWEB "http://kildor.miranda.im/" +#define __COPYRIGHT "© 2009-2010 Kostia Romanov" -- cgit v1.2.3