From 48540940b6c28bb4378abfeb500ec45a625b37b6 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 15 May 2012 10:38:20 +0000 Subject: initial commit git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BossKeyPlus/version.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 plugins/BossKeyPlus/version.h (limited to 'plugins/BossKeyPlus/version.h') diff --git a/plugins/BossKeyPlus/version.h b/plugins/BossKeyPlus/version.h new file mode 100644 index 0000000000..f2391d8f48 --- /dev/null +++ b/plugins/BossKeyPlus/version.h @@ -0,0 +1,26 @@ +#define __FILE_VERSION 0,5,0,3 +#define __FILE_VERSION_STR "0, 5, 0, 3" +#define __VERSION_DWORD 0x00050003 + +#if defined ( _WIN64 ) +#define __MODULE_NAME "BossKey+ (x64)" +#define __PLUGIN_ID 4305 +#define __PLUGIN_ID_STR "4305" +#define __PLUGIN_NAME "BossKey+ (x64)" +#elif defined ( _UNICODE ) +#define __MODULE_NAME "BossKey+ (Unicode)" +#define __PLUGIN_ID 3694 +#define __PLUGIN_ID_STR "3694" +#define __PLUGIN_NAME "BossKey+ (Unicode)" +#else +#define __MODULE_NAME "BossKey+" +#define __PLUGIN_ID 3655 +#define __PLUGIN_ID_STR "3655" +#define __PLUGIN_NAME "BossKey+" +#endif + +#define __FL "http://addons.miranda-im.org/details.php?action=viewfile&id=" +#define __DESC "Anti-Boss plugin." +#define __AUTHORS "Goblineye Entertainment, Billy_Bons" +#define __EMAIL "tatarinov.sergey@gmail.com" +#define __COPYRIGHTS "© 2002-2003 Goblineye Entertainment, © 2007-2010 Billy_Bons" -- cgit v1.2.3