summaryrefslogtreecommitdiff
path: root/plugins/qt_clist/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qt_clist/src/version.h')
-rwxr-xr-xplugins/qt_clist/src/version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/qt_clist/src/version.h b/plugins/qt_clist/src/version.h
new file mode 100755
index 0000000000..1f93c3dd90
--- /dev/null
+++ b/plugins/qt_clist/src/version.h
@@ -0,0 +1,14 @@
+
+#include <m_version.h>
+
+#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
+#define __VERSION_STRING MIRANDA_VERSION_STRING
+
+#define __PLUGIN_NAME "Qt based contact list"
+#define __INTERNAL_NAME "qt_clist"
+#define __FILENAME "qt_clist.dll"
+#define __DESCRIPTION "Qt based module for displaying contacts."
+#define __AUTHOR "Miranda NG Development Team, sss"
+#define __AUTHOREMAIL "sss123next@list.ru"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2013 Miranda NG Development Team"