diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-07 12:44:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-07 12:44:53 +0000 |
commit | 9e4d724d1df04863883b10f570cc0a458c24c997 (patch) | |
tree | 3b76912ee6b5343751b03d678d2694a9db58fb64 /protocols/MRA/src/version.h | |
parent | 2c62996eab8f006e64978ada3b48b8a26578bab4 (diff) |
valid version resource
git-svn-id: http://svn.miranda-ng.org/main/trunk@5996 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src/version.h')
-rw-r--r-- | protocols/MRA/src/version.h | 18 |
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"
|