summaryrefslogtreecommitdiff
path: root/plugins/ZeroSwitch/src/version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-05-21 13:01:57 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-05-21 13:01:57 +0000
commite0771af6a53381f7dd826d2b6bee77c3610f15e0 (patch)
treeb4d986f8d1f1a8f8e8dca2ccfbd11331c35145cf /plugins/ZeroSwitch/src/version.h
parentc29f535799abdb5a473b12206a3b390e474517ab (diff)
plugin ZeroSwitch added. Works only under WinXP
git-svn-id: http://svn.miranda-ng.org/main/trunk@13731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ZeroSwitch/src/version.h')
-rw-r--r--plugins/ZeroSwitch/src/version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/ZeroSwitch/src/version.h b/plugins/ZeroSwitch/src/version.h
new file mode 100644
index 0000000000..3e4fc66179
--- /dev/null
+++ b/plugins/ZeroSwitch/src/version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 1
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 1
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Zero switch"
+#define __FILENAME "ZeroSwitch.dll"
+#define __DESCRIPTION "Adds Miranda IM icon into Alt-Tab switch dialog even if Miranda's main window has style other Title bar."
+#define __AUTHOR "ZERO_BiT"
+#define __AUTHOREMAIL "zero-bit@mail.ru"
+#define __AUTHORWEB "http://miranda-ng.org/p/ZeroSwitch/"
+#define __COPYRIGHT "© 2007 ZERO_BiT"