blob: c374abf9a912be3d4aa7f65ce3441bd28b0775cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define __MAJOR_VERSION 1
#define __MINOR_VERSION 3
#define __RELEASE_NUM 0
#define __BUILD_NUM 0
#include <stdver.h>
#define __PLUGIN_NAME "Status change"
#define __FILENAME "StatusChange.dll"
#define __DESCRIPTION "Change status when you send/receive an event."
#define __AUTHOR "Angelo Luiz Tartari"
#define __AUTHORWEB "https://miranda-ng.org/p/StatusChange"
#define __COPYRIGHT "© 2002 Angelo Luiz Tartari"
|