summaryrefslogtreecommitdiff
path: root/plugins/MirFox/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirFox/src/version.h')
-rw-r--r--plugins/MirFox/src/version.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/MirFox/src/version.h b/plugins/MirFox/src/version.h
new file mode 100644
index 0000000000..753e5f6394
--- /dev/null
+++ b/plugins/MirFox/src/version.h
@@ -0,0 +1,15 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 5
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 0
+#define __VERSION_STRING "0.5.0.0"
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "MirFox"
+#define __FILENAME "MirFox.dll"
+#define __DESCRIPTION "MirFox (Miranda NG) - part of Miranda-Firefox integration - http://wsx22.3.xpdev-hosted.com"
+#define __AUTHOR "Szymon Tokarz"
+#define __AUTHOREMAIL "wsx22@o2.pl"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2013 Szymon Tokarz"