diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 15:41:10 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 15:41:10 +0000 |
commit | f04d64869f3b1de54fb343f28f955584780001b8 (patch) | |
tree | 5453dc10de3d980de79ffe019fa0b5fcb692a27d /newstatusnotify/res/version.h | |
parent | 7aff1e4cb053394db57c2814d5fe1e6493e0cc75 (diff) |
Project folders rename part 3
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'newstatusnotify/res/version.h')
-rw-r--r-- | newstatusnotify/res/version.h | 41 |
1 files changed, 0 insertions, 41 deletions
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"
|