summaryrefslogtreecommitdiff
path: root/src/core/stduseronline/src/version.h
blob: 795479c3c3d4e4113bf01ff11070d9b4de06f593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <m_version.h>

#define __FILEVERSION_STRING     MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING         MIRANDA_VERSION_STRING

#define __PLUGIN_NAME            "Standard User-Is-Online module"
#define __FILENAME               "stduseronline.dll"
#define __DESCRIPTION            "Core module for user-is-online event processing."
#define __AUTHOR                 "Miranda NG Development Team"
#define __AUTHOREMAIL            ""
#define __AUTHORWEB              "http://miranda-ng.org/p/StdUserOnline/"
#define __COPYRIGHT              "© 2012-16 Miranda NG Development Team"