blob: 27183899f03e20cb25aeb99734847fd364ba5570 (
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 4
#include <stdver.h>
#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/p/FloatingContacts/"
#define __COPYRIGHT "© 2002-2004 I. Vajarov (ivajarov@code.bg), 2008 Kosh&chka, V. Pavlychko"
|