summaryrefslogtreecommitdiff
path: root/Zero_Notification/version.h
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-05 12:15:08 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-05 12:15:08 +0000
commit653261a27182e9c8969ed074f0da9ec4dba920b1 (patch)
tree00a8878163293b6a69c999bbd106d9ccefa2ed69 /Zero_Notification/version.h
parent4314e4924b2ddb9aea86b39d6d683fcc3f7b1822 (diff)
added Tooltip Notofy
added Zero Notification git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@72 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Zero_Notification/version.h')
-rw-r--r--Zero_Notification/version.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/Zero_Notification/version.h b/Zero_Notification/version.h
new file mode 100644
index 0000000..bb5c930
--- /dev/null
+++ b/Zero_Notification/version.h
@@ -0,0 +1,24 @@
+#define VER_MAJOR 0
+#define VER_MINOR 0
+#define VER_RELEASE 0
+#define VER_BUILD 5
+
+#define PLUGINNAME_SHORT "ZeroNotify"
+#if defined(_WIN64)
+ #define PLUGINNAME "Zero Notifications (x64)"
+#elif defined(_UNICODE)
+ #define PLUGINNAME "Zero Notifications (AlfaMaR)"
+#else
+ #define PLUGINNAME "Zero Notifications"
+#endif
+#define DESCRIPTION "Adds options to automatically disable notifications when a protocol is in a certain status."
+#define AUTHOR "bidyut (<0.0.0.5), Maat"
+#define COPYRIGHT "© 2005 bidyut, © 2009 Maat"
+
+#if defined(_UNICODE)
+ // {47D489D3-310D-4ef6-BD05-699FFFD5A4AA}
+ #define UID { 0x47d489d3, 0x310d, 0x4ef6, { 0xbd, 0x5, 0x69, 0x9f, 0xff, 0xd5, 0xa4, 0xaa } }
+#else
+ // {C92FA511-EACE-4add-99B1-FDB7AA150E14}
+ #define UID { 0xc92fa511, 0xeace, 0x4add, { 0x99, 0xb1, 0xfd, 0xb7, 0xaa, 0x15, 0xe, 0x14 } }
+#endif