From 3a0c5adae93a16e85a754adff36030d4f423ebed Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 23 Feb 2013 14:56:18 +0000 Subject: added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3728 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db_autobackups/src/main.cpp | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'plugins/Db_autobackups/src/main.cpp') diff --git a/plugins/Db_autobackups/src/main.cpp b/plugins/Db_autobackups/src/main.cpp index b2c5a7a7e3..93865adbcd 100644 --- a/plugins/Db_autobackups/src/main.cpp +++ b/plugins/Db_autobackups/src/main.cpp @@ -1,6 +1,4 @@ #include "headers.h" -#include "version.h" -#include "m_trigger.h" HINSTANCE hInst; @@ -14,14 +12,14 @@ HANDLE hServices[3]; PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX), __PLUGIN_NAME, - __VERSION_DWORD, - __PLUGIN_DESC, - "chaos.persei, sje, Kildor, Billy_Bons", - "chaos.persei@gmail.com", - __COPYRIGHTS, - "http://miranda-ng.org/", + PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), + __DESCRIPTION, + __AUTHOR, + __AUTHOREMAIL, + __COPYRIGHT, + __AUTHORWEB, UNICODE_AWARE, - // {81C220A6-0226-4ad6-BFCA-217B17A16053} + // {81C220A6-0226-4Ad6-BFCA-217B17A16053} {0x81c220a6, 0x226, 0x4ad6, {0xbf, 0xca, 0x21, 0x7b, 0x17, 0xa1, 0x60, 0x53}} }; -- cgit v1.2.3