summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Sametime/src/version.h')
-rw-r--r--protocols/Sametime/src/version.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/protocols/Sametime/src/version.h b/protocols/Sametime/src/version.h
new file mode 100644
index 0000000000..c66789c5b1
--- /dev/null
+++ b/protocols/Sametime/src/version.h
@@ -0,0 +1,13 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 7
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 0
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Sametime Protocol"
+#define __DESCRIPTION "Implementation of Instant Messaging for the Lotus Sametime protocol."
+#define __AUTHOR "Scott Ellis, Szymon Tokarz"
+#define __AUTHOREMAIL "mail"/*antispam*/"@"/*antispam*/"scottellis.com.au, wsx22"/*antispam*/"@"/*antispam*/"o2.pl"
+#define __COPYRIGHT "© 2005 Scott Ellis, 2014 wsx22"
+#define __AUTHORWEB "http://miranda-ng.org/p/Sametime/" \ No newline at end of file