blob: e6aa62988cd5eaa08d68ba70070e4c835c888e31 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | #define __MAJOR_VERSION            0
#define __MINOR_VERSION            11
#define __RELEASE_NUM            0
#define __BUILD_NUM               1
#include <stdver.h>
#define __PLUGIN_NAME            "AIM protocol"
#define __FILENAME               "AIM.dll"
#define __DESCRIPTION             "AOL Instant Messenger (AIM) protocol support for Miranda NG."
#define __AUTHOR               "Boris Krasnovskiy, Aaron Myles Landwehr"
#define __AUTHOREMAIL            "borkra@miranda-im.org"
#define __AUTHORWEB               "http://miranda-ng.org/p/AIM/"
#define __COPYRIGHT               "© 2008-2011 Boris Krasnovskiy, 2005-2006 Aaron Myles Landwehr"
 |