summaryrefslogtreecommitdiff
path: root/protocols/GmailNotifier/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/GmailNotifier/src/version.h')
-rw-r--r--protocols/GmailNotifier/src/version.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/protocols/GmailNotifier/src/version.h b/protocols/GmailNotifier/src/version.h
new file mode 100644
index 0000000000..8eeed10480
--- /dev/null
+++ b/protocols/GmailNotifier/src/version.h
@@ -0,0 +1,13 @@
+#define __MAJOR_VERSION 1
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 2
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Gmail Multiple Notifier"
+#define __FILENAME "GmailNotifier.dll"
+#define __DESCRIPTION "Check your Gmail inboxes locally."
+#define __AUTHOR "Mixwind"
+#define __AUTHORWEB "https://miranda-ng.org/p/GmailNotifier/"
+#define __COPYRIGHT "© 2005 Sun Zhuo"