From f70609f71f4e104597b1edf4db9baebec0719f03 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 4 Jul 2012 15:53:43 +0000 Subject: AuthState: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AuthState/src/version.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/AuthState/src/version.h (limited to 'plugins/AuthState/src/version.h') diff --git a/plugins/AuthState/src/version.h b/plugins/AuthState/src/version.h new file mode 100644 index 0000000000..3c39613d72 --- /dev/null +++ b/plugins/AuthState/src/version.h @@ -0,0 +1,20 @@ +#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 __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 "Authorization State" +#define __INTERNAL_NAME "AuthState" +#define __FILENAME "AuthState.dll" +#define __DESCRIPTION "If contact didn't authorized you this plugin puts an icon in front of contacts name." +#define __AUTHOR "Thief, idea by snwbrdr" +#define __AUTHOREMAIL "thief@miranda.im" +#define __AUTHORWEB "http://thief.miranda.im/" +#define __COPYRIGHT "© 2006-2010 Alexander Turyak" -- cgit v1.2.3