summaryrefslogtreecommitdiff
path: root/src/core/stduserinfo/version.h
blob: 4d33057048042881754c3a44c05bd0ba8224f2ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#include <m_version.h>

#define __FILEVERSION_STRING      MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING         MIRANDA_VERSION_STRING

#define __PLUGIN_NAME            "Standard User Info module"
#define __INTERNAL_NAME            "stduserinfo"
#define __FILENAME               "stduserinfo.dll"
#define __DESCRIPTION             "Core module for providing user information."
#define __AUTHOR                 "Miranda NG Development Team"
#define __AUTHOREMAIL            ""
#define __AUTHORWEB               "http://miranda-ng.org/p/StdUserInfo/"
#define __COPYRIGHT               "© 2012 Miranda NG Development Team"