summaryrefslogtreecommitdiff
path: root/protocols/MRA/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-09-11 19:28:53 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-09-11 19:28:53 +0000
commit274cffbbffa950ddf286092b52f03f76ec61a301 (patch)
tree5aeb062d27c79d1fbc15eaf033da943630bcbf84 /protocols/MRA/version.h
parent482be69d327aef60a9a654b8cc6a5e6646d095de (diff)
slightly refactored MRA
git-svn-id: http://svn.miranda-ng.org/main/trunk@1564 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/version.h')
-rw-r--r--protocols/MRA/version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/MRA/version.h b/protocols/MRA/version.h
new file mode 100644
index 0000000000..b7ce1137bf
--- /dev/null
+++ b/protocols/MRA/version.h
@@ -0,0 +1,6 @@
+#define __FILEVERSION_STRING 2, 0, 0, 1
+#define __VERSION_STRING "2.0.0.1"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(2, 0, 0, 1)
+
+#define PROTO_VERSION_MAJOR 1
+#define PROTO_VERSION_MINOR 21