diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-03-17 20:33:47 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-03-17 20:33:47 +0000 |
commit | dd3d0e59dcd34beb222fcf612a51d3fee82c0e43 (patch) | |
tree | 0ae5a6e0a83399036d1452256ee3f89dc6da8872 /protocols/SkypeWeb/src/version.h | |
parent | 076fa9b3142f55fc736fbf58b20bfa45973acd68 (diff) |
SkypeWeb: initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@12424 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/version.h')
-rw-r--r-- | protocols/SkypeWeb/src/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/version.h b/protocols/SkypeWeb/src/version.h new file mode 100644 index 0000000000..95bac7ffe5 --- /dev/null +++ b/protocols/SkypeWeb/src/version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 11
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 0
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Skype protocol (Web)"
+#define __FILENAME "SkypeWeb.dll"
+#define __DESCRIPTION "Skype protocol support for Miranda NG. Based on new Skype for Web API."
+#define __AUTHOR "Miranda NG Team"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/p/SkypeWeb/"
+#define __COPYRIGHT "© 2015 Miranda NG Team"
|