blob: 1536df74b5a489a4c62dd97e1c081d6b5ac16abd (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | #define __MAJOR_VERSION            0
#define __MINOR_VERSION            0
#define __RELEASE_NUM            0
#define __BUILD_NUM               2
#include <stdver.h>
#define __PLUGIN_NAME            "First run"
#define __FILENAME               "FirstRun.dll"
#define __DESCRIPTION             "Displays the Accounts window at the first start."
#define __AUTHOR               "Yasnovidyashii"
#define __AUTHOREMAIL            "yasnovidyashii@gmail.com"
#define __AUTHORWEB               "http://miranda-ng.org/p/FirstRun/"
#define __COPYRIGHT               "© 2008 Mikhail Yuriev"
 |