diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-08 10:59:29 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-08 10:59:29 +0000 |
commit | 1749350c4ae58f48b034aa373941dcf0edf8c969 (patch) | |
tree | 6db24637615a34c3afaed1d273fa9e90ba9ba5a5 /plugins/Rate/src/Version.h | |
parent | 69739f33352395f72de7f2f52599e04183623233 (diff) |
added precompiled header
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3915 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Rate/src/Version.h')
-rw-r--r-- | plugins/Rate/src/Version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/Rate/src/Version.h b/plugins/Rate/src/Version.h new file mode 100644 index 0000000000..90fe5313dd --- /dev/null +++ b/plugins/Rate/src/Version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 1
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Contact`s rate"
+#define __FILENAME "Rate.dll"
+#define __DESCRIPTION "Shows rating of contact in contact list (if presents)."
+#define __AUTHOR "Kildor, Thief"
+#define __AUTHOREMAIL "kostia@ngs.ru"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2006-2009 Kostia Romanov, based on AuthState by Alexander Turyak"
|