blob: c0f06e41b9bab9aadb877d5db6c1e0a654b189aa (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | #define __MAJOR_VERSION           0
#define __MINOR_VERSION           7
#define __RELEASE_NUM             0
#define __BUILD_NUM               5
#include <stdver.h>
#define __PLUGIN_NAME             "Sametime protocol"
#define __FILENAME                "Sametime.dll"
#define __DESCRIPTION             "Implementation of instant messaging for the Lotus Sametime protocol."
#define __AUTHOR                  "Scott Ellis, Szymon Tokarz"
#define __COPYRIGHT               "© 2005 Scott Ellis, 2014-19 wsx22"
#define __AUTHORWEB               "https://miranda-ng.org/p/Sametime/"
 |