diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 18:22:15 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 18:22:15 +0000 |
commit | f95374e9cace38d5555c17b2bce782477787e060 (patch) | |
tree | 2252f62d5c185b00bc9ba0838c045f891d42d7c2 /plugins/NewXstatusNotify/src/version.h | |
parent | 0c451cc7f96026b3e6b4553b0416435b508c513d (diff) |
removed not used headers
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/version.h')
-rw-r--r-- | plugins/NewXstatusNotify/src/version.h | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/plugins/NewXstatusNotify/src/version.h b/plugins/NewXstatusNotify/src/version.h index 10ac34a753..ffce1df914 100644 --- a/plugins/NewXstatusNotify/src/version.h +++ b/plugins/NewXstatusNotify/src/version.h @@ -1,4 +1,14 @@ -#define __FILEVERSION_STRING 1,4,0,9
-#define __VERSION_STRING "1.4.0.9"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(1, 4, 0, 9)
+#define __MAJOR_VERSION 1
+#define __MINOR_VERSION 4
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 9
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "xStatus Notify"
+#define __FILENAME "NewXstatusNotify.dll"
+#define __DESCRIPTION "Notifies you when a contact changes his/her (X)status or status message."
+#define __AUTHOR "Luca Santarelli, Vasilich, yaho"
+#define __AUTHOREMAIL "yaho@miranda-easy.net"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2001-2004 Luca Santarelli, 2005-2007 Vasilich, 2007-2011 yaho"
|