diff options
Diffstat (limited to 'src/core/stduihist/src/version.h')
-rw-r--r-- | src/core/stduihist/src/version.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/stduihist/src/version.h b/src/core/stduihist/src/version.h new file mode 100644 index 0000000000..d15d8de7d6 --- /dev/null +++ b/src/core/stduihist/src/version.h @@ -0,0 +1,12 @@ +#include <m_version.h>
+
+#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
+#define __VERSION_STRING MIRANDA_VERSION_STRING
+
+#define __PLUGIN_NAME "Standard History UI"
+#define __FILENAME "stduihist.dll"
+#define __DESCRIPTION "Core module for built-in history viewer."
+#define __AUTHOR "Miranda NG Development Team"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/p/StdUIHist/"
+#define __COPYRIGHT "© 2012 Miranda NG Development Team"
|