diff options
Diffstat (limited to 'plugins/Scriver/src/Version.h')
-rw-r--r-- | plugins/Scriver/src/Version.h | 14 |
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..d46242db35 --- /dev/null +++ b/plugins/Scriver/src/Version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 2
+#define __MINOR_VERSION 10
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 2
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#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/"
+#define __COPYRIGHT "© 2000-2012 Miranda IM Project, 2012-2013 Miranda NG Project"
|