diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-07 13:49:07 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-07 13:49:07 +0000 |
commit | 84f85ceac0f993be95dda89584749ea59fe5b8e7 (patch) | |
tree | 2231a79773b63436a9586f6cf1f35f1893c80793 /protocols/Tox/src/version.h | |
parent | c56192dd999c079ebd935a6736315de3a5d60a05 (diff) |
Tox added from branch
git-svn-id: http://svn.miranda-ng.org/main/trunk@10115 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/version.h')
-rw-r--r-- | protocols/Tox/src/version.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h new file mode 100644 index 0000000000..f81fce4d79 --- /dev/null +++ b/protocols/Tox/src/version.h @@ -0,0 +1,15 @@ +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 11
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 0
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Tox Protocol"
+#define __INTERNAL_NAME "Tox"
+#define __FILENAME "Tox.dll"
+#define __DESCRIPTION "Tox protocol support for Miranda NG."
+#define __AUTHOR "ForNeVeR, unsane"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/p/Tox/"
+#define __COPYRIGHT "© 2014 Miranda NG project"
|