summaryrefslogtreecommitdiff
path: root/plugins/ListeningTo/src/Version.h
blob: ea336ddf7c7f34cec10bc8edf70f944f688fe42d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define __MAJOR_VERSION				0
#define __MINOR_VERSION				3
#define __RELEASE_NUM				0
#define __BUILD_NUM					0

#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM

#define __PLUGIN_NAME				"ListeningTo"
#define __FILENAME					"ListeningTo.dll"
#define __DESCRIPTION 				"Handles listening information to/for contacts."
#define __AUTHOR					"Ricardo Pescuma Domenecci"
#define __AUTHOREMAIL				""
#define __AUTHORWEB					"http://miranda-ng.org/p/ListeningTo/"
#define __COPYRIGHT					"© 2006-2009 Ricardo Pescuma Domenecci"