summaryrefslogtreecommitdiff
path: root/src/core/stduserinfo/version.h
blob: 9d1f099d0c962749ed05207277f84bea01fd0edf (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/"
#define __COPYRIGHT					"© 2012 Miranda NG Development Team"