summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/version_.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/src/version_.h')
-rw-r--r--plugins/Scriver/src/version_.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/Scriver/src/version_.h b/plugins/Scriver/src/version_.h
new file mode 100644
index 0000000000..f15bfc8ec2
--- /dev/null
+++ b/plugins/Scriver/src/version_.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 2
+#define __MINOR_VERSION 12
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 1
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Scriver"
+#define __FILENAME "Scriver.dll"
+#define __DESCRIPTION "Scriver - send and receive instant messages."
+#define __AUTHOR "Miranda NG Development Team"
+#define __AUTHOREMAIL "the_leech@users.berlios.de"
+#define __AUTHORWEB "http://miranda-ng.org/p/Scriver/"
+#define __COPYRIGHT "© 2000-2012 Miranda IM Project, 2012-16 Miranda NG project"