summaryrefslogtreecommitdiff
path: root/protocols/MRA/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MRA/src/version.h')
-rw-r--r--protocols/MRA/src/version.h18
1 files changed, 13 insertions, 5 deletions
diff --git a/protocols/MRA/src/version.h b/protocols/MRA/src/version.h
index f8c4fb2be7..85381a098d 100644
--- a/protocols/MRA/src/version.h
+++ b/protocols/MRA/src/version.h
@@ -1,6 +1,14 @@
-#define __FILEVERSION_STRING 2, 1, 0, 2
-#define __VERSION_STRING "2.1.0.2"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(2, 1, 0, 2)
+#define __MAJOR_VERSION 2
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 3
-#define PROTO_VERSION_MAJOR 1
-#define PROTO_VERSION_MINOR 21
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "MRA"
+#define __FILENAME "MRA.dll"
+#define __DESCRIPTION "Miranda Mail.ru Agent protocol plugin."
+#define __AUTHOR "Ivan Rozhuk"
+#define __AUTHOREMAIL "Rozhuk_I@mail.ru"
+#define __AUTHORWEB "http://miranda-ng.org/p/MRA/"
+#define __COPYRIGHT "© 2005-2009 Rozhuk Ivan"