From a9580df150d799246eaecbf3c1fb5cecf9f8ab49 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 23 Jul 2012 13:49:28 +0000 Subject: SecureIM, SeenPlugin, SendSS, Sessions: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1122 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Sessions/Src/Version.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 plugins/Sessions/Src/Version.h (limited to 'plugins/Sessions/Src/Version.h') diff --git a/plugins/Sessions/Src/Version.h b/plugins/Sessions/Src/Version.h new file mode 100644 index 0000000000..44e6d972f4 --- /dev/null +++ b/plugins/Sessions/Src/Version.h @@ -0,0 +1,21 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 1 +#define __RELEASE_NUM 3 +#define __BUILD_NUM 0 + +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM +#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM + +#define __STRINGIFY_IMPL(x) #x +#define __STRINGIFY(x) __STRINGIFY_IMPL(x) +#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS) + + +#define __PLUGIN_NAME "Sessions" +#define __INTERNAL_NAME "Sessions" +#define __FILENAME "Sessions.dll" +#define __DESCRIPTION "Sessions Manager for Miranda IM." +#define __AUTHOR "MaD_CLuSTeR" +#define __AUTHOREMAIL "daniok@yandex.ru" +#define __AUTHORWEB "http://miranda.radicaled.ru/index.php?plugin=2" +#define __COPYRIGHT "© 2007-2008 Danil Mozhar" -- cgit v1.2.3