From 09f03e95bb19fc43fdb3e9f6db6156a8d89f09ee Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 24 Feb 2013 16:43:27 +0000 Subject: added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3757 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FloatingContacts/src/version.h | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'plugins/FloatingContacts/src/version.h') diff --git a/plugins/FloatingContacts/src/version.h b/plugins/FloatingContacts/src/version.h index 3e3f50b218..ba57a6dbae 100644 --- a/plugins/FloatingContacts/src/version.h +++ b/plugins/FloatingContacts/src/version.h @@ -1,23 +1,14 @@ -#define BUILD_NUM 2 -#define BUILD_NUM_STR "2" -#define REVISION "$Revision: 1136 $" +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 6 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 2 -#define COREVERSION_NUM 1, 0, 2, -#define COREVERSION_NUM_STR "1, 0, 2" +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM -#define MINIMAL_COREVERSION 0, 6, 0, 0 -#define MINIMAL_COREVERSION_STR "0, 6, 0, 0" - -#define FILE_VERSION COREVERSION_NUM BUILD_NUM -#define FILE_VERSION_STR COREVERSION_NUM_STR " build " BUILD_NUM_STR " " REVISION - -#define PRODUCT_VERSION FILE_VERSION -#define PRODUCT_VERSION_STR FILE_VERSION_STR - -#define __PLUGIN_NAME "Floating Contacts" +#define __PLUGIN_NAME "Floating contacts" #define __FILENAME "FltContacts.dll" -#define __DESC "Floating Contacts plugin for Miranda." +#define __DESCRIPTION "Floating Contacts plugin for Miranda." #define __AUTHOR "Iavor Vajarov, Kosh&chka, Victor Pavlychko" #define __AUTHOREMAIL "ell-6@ya.ru" #define __AUTHORWEB "http://miranda-ng.org/" -#define __COPYRIGHT "© 2002-2004 I. Vajarov (ivajarov@code.bg), © 2008 Kosh&chka, V. Pavlychko" +#define __COPYRIGHT "© 2002-2004 I. Vajarov (ivajarov@code.bg)6 2008 Kosh&chka, V. Pavlychko" -- cgit v1.2.3