diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-04 15:53:43 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-04 15:53:43 +0000 |
commit | f70609f71f4e104597b1edf4db9baebec0719f03 (patch) | |
tree | 959ea37e93d083844e2ffa288ee4f22b82f09183 /plugins/AuthState/src/version.h | |
parent | 1d8520937fff9118cf0d42372d8d138146a18e48 (diff) |
AuthState:
changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AuthState/src/version.h')
-rw-r--r-- | plugins/AuthState/src/version.h | 20 |
1 files changed, 20 insertions, 0 deletions
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"
|