blob: 77e96ab0aaabb45276d9d68a536b4aa6081391ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#define __MAJOR_VERSION 3
#define __MINOR_VERSION 1
#define __RELEASE_NUM 99
#define __BUILD_NUM 8
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#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 __AUTHOREMAIL "silvercircle@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/"
#define __COPYRIGHT "© 2000-2010 Miranda Project and contributors. See readme.txt for more."
|