blob: 882203e4e9578f4733998b31e1111c8a18cfce3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define __MAJOR_VERSION 3
#define __MINOR_VERSION 6
#define __RELEASE_NUM 2
#define __BUILD_NUM 6
#include <stdver.h>
#define __PLUGIN_NAME "TabSRMM"
#define __FILENAME "TabSRMM.dll"
#define __DESCRIPTION "IM and group chat module for Miranda NG."
#define __AUTHOR "The Miranda developers team and contributors"
#define __AUTHORWEB "https://miranda-ng.org/p/TabSRMM"
#define __COPYRIGHT "© 2012-24 Miranda NG team, 2000-2010 Miranda Project and contributors."
|