diff options
Diffstat (limited to 'plugins/ZeroSwitch/src/version.h')
-rw-r--r-- | plugins/ZeroSwitch/src/version.h | 14 |
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"
|