blob: eecf13f52e1596d0c1a31fd86fe609a3ecdf9d0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#define __FILEVERSION_STRING 1,3,0,9
#define __VERSION_STRING "1.3.0.9"
#define __VERSION_DWORD 0x01030009
#define __PLUGIN_NAME "Menu Item Ext"
#define __WEB "http://miranda-ng.org/"
#define __DESC "Adds some useful options to a contacts menu."
#define __AUTHORS "Heiko Schillinger, Baloo, Billy_Bons, Robert Posel"
#define __EMAIL "micron@nexgo.de, baloo@bk.ru, tatarinov.sergey@gmail.com, robyer@seznam.cz"
#define __COPYRIGHTS "© 2001-03 Heiko Schillinger, © 2006-08 Baloo, © 2009-10 Billy_Bons, © 2011-12 Robert Posel"
|