summaryrefslogtreecommitdiff
path: root/IgnoreState/Version.h
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-05 12:29:44 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-05 12:29:44 +0000
commitf88c0e6953da65564fb0724872431f48ecb043db (patch)
tree08a3e79cdaafe1e12d67fce0a945778e6b11774f /IgnoreState/Version.h
parenta98d83a4756315bda62df0ede25872f7582ffc59 (diff)
added IgnoreState
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@74 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'IgnoreState/Version.h')
-rw-r--r--IgnoreState/Version.h28
1 files changed, 28 insertions, 0 deletions
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"