From 9404a7af6b32f11c87a19320b39841a93a831bb7 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Mar 2013 20:54:36 +0000 Subject: added precompiled header added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StopSpamMod/src/version.h | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'plugins/StopSpamMod/src/version.h') diff --git a/plugins/StopSpamMod/src/version.h b/plugins/StopSpamMod/src/version.h index 1641ff5c9c..2f880e7933 100755 --- a/plugins/StopSpamMod/src/version.h +++ b/plugins/StopSpamMod/src/version.h @@ -1,6 +1,14 @@ -#ifndef VERSION_H_CAA3B062_9BEE_40e6_A9F9_20BBF467731B -#define VERSION_H_CAA3B062_9BEE_40e6_A9F9_20BBF467731B - -#define SUBWCREV (0) - -#endif +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 2 +#define __BUILD_NUM 0 + +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM + +#define __PLUGIN_NAME "StopSpam mod" +#define __FILENAME "StopSpamMod.dll" +#define __DESCRIPTION "Antispam plugin for Miranda NG." +#define __AUTHOR "Roman Miklashevsky, sss, Elzor" +#define __AUTHOREMAIL "sss123next@list.ru" +#define __AUTHORWEB "http://miranda-ng.org/" +#define __COPYRIGHT "© 2004-2012 Roman Miklashevsky, A. Petkevich, Kosh&chka, sss, Elzor" -- cgit v1.2.3