From f04d64869f3b1de54fb343f28f955584780001b8 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 15:41:10 +0000 Subject: Project folders rename part 3 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- newstatusnotify/res/version.h | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 newstatusnotify/res/version.h (limited to 'newstatusnotify/res/version.h') diff --git a/newstatusnotify/res/version.h b/newstatusnotify/res/version.h deleted file mode 100644 index 7de54b7..0000000 --- a/newstatusnotify/res/version.h +++ /dev/null @@ -1,41 +0,0 @@ -// 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