blob: 2bd9b9c019ebc258f791ee7123297e9cd6562ee8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 5
#define __RELEASE_NUM 0
#define __BUILD_NUM 0
#define __VERSION_STRING "0.5.0.0"
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __PLUGIN_NAME "MirFox"
#define __FILENAME "MirFox.dll"
#define __DESCRIPTION "MirFox (Miranda NG) - part of Miranda-Firefox integration - http://wsx22.3.xpdev-hosted.com"
#define __AUTHOR "Szymon Tokarz"
#define __AUTHOREMAIL "wsx22@o2.pl"
#define __AUTHORWEB "http://miranda-ng.org/p/MirFox/"
#define __COPYRIGHT "© 2013 Szymon Tokarz"
|