summaryrefslogtreecommitdiff
path: root/MsgPopup/Version.h
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-05-08 09:56:10 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-05-08 09:56:10 +0000
commitc91a1aaed9220ab9d4f93750a53ffb2efaf7c662 (patch)
tree50f97bc7bd36935655b096f01a498a6ac0b679a9 /MsgPopup/Version.h
parent7b9d934638fb2dd8a09068bcfec390975c60f94e (diff)
added MsgPopup plugin
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@300 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'MsgPopup/Version.h')
-rw-r--r--MsgPopup/Version.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/MsgPopup/Version.h b/MsgPopup/Version.h
new file mode 100644
index 0000000..3c645c1
--- /dev/null
+++ b/MsgPopup/Version.h
@@ -0,0 +1,28 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 2
+
+#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 "MessagePopup (Unicode x64)"
+#else
+ #define __PLUGIN_NAME "MessagePopup (Unicode)"
+#endif
+#else
+ #define __PLUGIN_NAME "MessagePopup"
+#endif
+#define __INTERNAL_NAME "MessagePopup"
+#define __FILENAME "MessagePopup.dll"
+#define __DESCRIPTION "This stuff will replace MessageBox'es [whose have only OK button] into Popups."
+#define __AUTHOR "Mataes, StDenis"
+#define __AUTHOREMAIL "mataes2007@gmail.com, stdenformiranda(at)fromru(dot)com"
+#define __AUTHORWEB "http://mataes.googlecode.com/svn/Miranda/Plugins/MessagePopup/"
+#define __COPYRIGHT "© 2010 Mataes, 2004 Denis Stanishevskiy"