diff options
Diffstat (limited to 'protocols/Gadu-Gadu/src/version.h')
-rw-r--r-- | protocols/Gadu-Gadu/src/version.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/Gadu-Gadu/src/version.h b/protocols/Gadu-Gadu/src/version.h index c92524d8d3..f2a3dbca95 100644 --- a/protocols/Gadu-Gadu/src/version.h +++ b/protocols/Gadu-Gadu/src/version.h @@ -21,3 +21,12 @@ #define __FILEVERSION_STRING 0,11,0,3
#define __VERSION_STRING "0.11.0.3"
#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 11, 0, 3)
+
+
+#define __PLUGIN_NAME "Gadu-Gadu Protocol"
+#define __DESCRIPTION "Gadu-Gadu protocol support for Miranda NG."
+#define __AUTHOR "Bartosz Bialek, Adam Strzelecki"
+#define __AUTHOREMAIL "dezred"/*antispam*/"@"/*antispam*/"gmail"/*antispam*/"."/*antispam*/"com"
+#define __COPYRIGHT "© 2009-2012 Bartosz Bialek, 2003-2009 Adam Strzelecki"
+#define __AUTHORWEB "http://miranda-ng.org/"
+
|