diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-07 17:46:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-07 17:46:01 +0000 |
commit | 26aed6878b3c891b618eb83469de75a623e80361 (patch) | |
tree | 108f91e1dd896301e24c3a0ee0b2c90f81f78635 /src/core/stdaway/version.h | |
parent | e02832e86a0dd5a95fb4c0db43b17c9eee87724d (diff) |
- forgotten /Core module: stdaway
git-svn-id: http://svn.miranda-ng.org/main/trunk@816 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdaway/version.h')
-rw-r--r-- | src/core/stdaway/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/core/stdaway/version.h b/src/core/stdaway/version.h new file mode 100644 index 0000000000..dfb0703db4 --- /dev/null +++ b/src/core/stdaway/version.h @@ -0,0 +1,14 @@ +
+#include <m_version.h>
+
+#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
+#define __VERSION_STRING MIRANDA_VERSION_STRING
+
+#define __PLUGIN_NAME "stdaway"
+#define __INTERNAL_NAME "stdaway"
+#define __FILENAME "stdaway.dll"
+#define __DESCRIPTION "Core module for the away messages processing."
+#define __AUTHOR "Myranda team"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://nightly.miranda.im"
+#define __COPYRIGHT "© 2012 Myranda team"
|