From 5ed4fc765e0a505064c49651eb06822ac9b90310 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 12 Oct 2012 05:31:51 +0000 Subject: AVS standard version info git-svn-id: http://svn.miranda-ng.org/main/trunk@1880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AVS/src/main.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/AVS/src/main.cpp') diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index 6e6555a117..0965be9877 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -96,13 +96,13 @@ FI_INTERFACE *fei = 0; PLUGININFOEX pluginInfoEx = { sizeof(PLUGININFOEX), - "Avatar service", - __VERSION_DWORD, - "Load and manage contact pictures for other plugins.", - "Nightwish, Pescuma", - "", - "Copyright 2000-2012 Miranda-IM project", - "http://miranda-ng.org/", + __PLUGIN_NAME, + PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), + __DESCRIPTION, + __AUTHOR, + __AUTHOREMAIL, + __COPYRIGHT, + __AUTHORWEB, UNICODE_AWARE, // {E00F1643-263C-4599-B84B-053E5C511D29} { 0xe00f1643, 0x263c, 0x4599, { 0xb8, 0x4b, 0x5, 0x3e, 0x5c, 0x51, 0x1d, 0x29 } } -- cgit v1.2.3