summaryrefslogtreecommitdiff
path: root/src/core/stdidle/version.h
blob: 420cdcafc3f25cf76ce44aa9cd0c01c4230eff7e (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				"stdidle"
#define __INTERNAL_NAME				"stdidle"
#define __FILENAME					"stdidle.dll"
#define __DESCRIPTION 				"Core module for idle state processing."
#define __AUTHOR                 "Myranda team"
#define __AUTHOREMAIL				""
#define __AUTHORWEB					"http://nightly.miranda.im"
#define __COPYRIGHT					"© 2012 Myranda team"