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

#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM

#define __PLUGIN_NAME				"Floating contacts"
#define __FILENAME					"FltContacts.dll"
#define __DESCRIPTION            "Floating Contacts plugin for Miranda."
#define __AUTHOR                 "Iavor Vajarov, Kosh&chka, Victor Pavlychko"
#define __AUTHOREMAIL				"ell-6@ya.ru"
#define __AUTHORWEB					"http://miranda-ng.org/"
#define __COPYRIGHT					"© 2002-2004 I. Vajarov (ivajarov@code.bg)6 2008 Kosh&chka, V. Pavlychko"