blob: bd4e84b667d95cd3255705e35b05723b0cb22752 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 1
#define __BUILD_NUM 2
#include <stdver.h>
#define __PLUGIN_NAME "HistoryStats"
#define __FILENAME "HistoryStats.dll"
#define __DESCRIPTION "Creates detailed, colorful and highly customizable statistics using your message history."
#define __AUTHOR "Martin Afanasjew"
#define __AUTHORWEB "https://miranda-ng.org/p/HistoryStats"
#define __COPYRIGHT "© 2005-2007 Martin Afanasjew (see README for further credits)"
|