diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-07 08:25:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-07 08:25:19 +0000 |
commit | 71a42d0f0dcbd01bd4a9bfdef7bc9c2ae71d13da (patch) | |
tree | 9b13b20e35d686be9bf29e4f64b662c96a071123 /protocols/Tlen/src/version.h | |
parent | a127f8774661297941b83ad278a09f0b7376373b (diff) |
Tlen: version info added
git-svn-id: http://svn.miranda-ng.org/main/trunk@6390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen/src/version.h')
-rw-r--r-- | protocols/Tlen/src/version.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/protocols/Tlen/src/version.h b/protocols/Tlen/src/version.h new file mode 100644 index 0000000000..8d419d309d --- /dev/null +++ b/protocols/Tlen/src/version.h @@ -0,0 +1,17 @@ +#define __MAJOR_VERSION 2
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 0
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define TLENMUCC_VERSION_STRING "2.1.0.0"
+#define TLEN_VERSION_STRING TLENMUCC_VERSION_STRING
+
+#define __PLUGIN_NAME "Tlen Protocol"
+#define __FILENAME "Tlen.dll"
+#define __DESCRIPTION "Tlen protocol support for Miranda NG."
+#define __AUTHOR "Santithorn Bunchua, Adam Strzelecki, Piotr Piastucki"
+#define __AUTHOREMAIL "the_leech@users.berlios.de"
+#define __AUTHORWEB "http://miranda-ng.org/p/Tlen/"
+#define __COPYRIGHT "(c) 2002-2012 Santithorn Bunchua, Piotr Piastucki"
|