From cb4a46e7fbe62d788e66ed6121c717a2d22a4d7c Mon Sep 17 00:00:00 2001 From: watcherhd Date: Thu, 21 Apr 2011 14:14:52 +0000 Subject: svn.miranda.im is moving to a new home! git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@7 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- newstatusnotify/res/version.h | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 newstatusnotify/res/version.h (limited to 'newstatusnotify/res/version.h') diff --git a/newstatusnotify/res/version.h b/newstatusnotify/res/version.h new file mode 100644 index 0000000..7de54b7 --- /dev/null +++ b/newstatusnotify/res/version.h @@ -0,0 +1,41 @@ +// Set the version number here - it will affect the version resource and the version field of the pluginInfo structure +// (Be careful that you don't have the resource file open when you change this and rebuild, otherwise the changes may not +// take effect within the version resource) +#define __MAJOR_VERSION 1 +#define __MINOR_VERSION 1 +#define __RELEASE_NUM 2 +#define __BUILD_NUM 8 + +#define __PROD_MAJOR_VERSION 0 +#define __PROD_MINOR_VERSION 8 +#define __PROD_RELEASE_NUM 0 +#define __PROD_BUILD_NUM 0 + +#define __STRINGIFY_IMPL(x) #x +#define __STRINGIFY(x) __STRINGIFY_IMPL(x) + +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM +#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM +#define __VERSION_STRING __STRINGIFY(__FILEVERSION_STRING_DOTS) + +#define __PRODVERSION_STRING __PROD_MAJOR_VERSION,__PROD_MINOR_VERSION,__PROD_RELEASE_NUM,__PROD_BUILD_NUM +#define __PRODVERSION_STRING_DOTS __PROD_MAJOR_VERSION.__PROD_MINOR_VERSION.__PROD_RELEASE_NUM.__PROD_BUILD_NUM +#define __PROD_VERSION_STRING __STRINGIFY(__PRODVERSION_STRING_DOTS+) + +/* +#ifdef _UNICODE +#define UNICODEAWARE_STR " (Unicode)" +#else +#define UNICODEAWARE_STR "" +#endif +#define __PLUGIN_NAME "NewStatusNotify" UNICODEAWARE_STR +*/ +#define __PLUGIN_NAME "NewStatusNotify" + +#define __FILENAME "NewStatusNotify.dll" + +#define __DESC "Notifies you when a contact changes his/her status." +#define __AUTHOR "Luca Santarelli, Vasilich" +#define __AUTHOREMAIL "abakumoff {at} mail {dot} ru" +#define __AUTHORWEB "http://vasilich.org/blog" +#define __COPYRIGHT "© 2001-2004 Luca Santarelli, 2005-2009 Vasilich" -- cgit v1.2.3