summaryrefslogtreecommitdiff
path: root/plugins/ZeroNotification/version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-05-19 14:04:48 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-05-19 14:04:48 +0000
commit6a22ccd156510e65fb91f45a81a9e87d5ad07568 (patch)
tree626a7d872259116507b9400319bf3b278bf8fed8 /plugins/ZeroNotification/version.h
parent97c496705a49c6cb8fc228b0397d9c7793ad6fb7 (diff)
added ZeroNotification
git-svn-id: http://svn.miranda-ng.org/main/trunk@75 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ZeroNotification/version.h')
-rw-r--r--plugins/ZeroNotification/version.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/ZeroNotification/version.h b/plugins/ZeroNotification/version.h
new file mode 100644
index 0000000000..729522483f
--- /dev/null
+++ b/plugins/ZeroNotification/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 (Unicode)"
+#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