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

#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM

#define __PLUGIN_NAME				"Remove Personal Settings"
#define __FILENAME					"RemovePersonalSettings.dll"
#define __DESCRIPTION 				"Remove personal settings to allow to send a profile to other user(s) without sending personal data."
#define __AUTHOR					"Ricardo Pescuma Domenecci"
#define __AUTHOREMAIL				""
#define __AUTHORWEB					"http://miranda-ng.org/p/RPS/"
#define __COPYRIGHT					"© 2007-2009 Ricardo Pescuma Domenecci"