summaryrefslogtreecommitdiff
path: root/protocols/Tlen/src/version.h
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-11-30 07:57:29 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-11-30 07:57:29 +0300
commit6532896923fdf6e3d3b341ce21153b913fcda3dc (patch)
treeaeccfbfbb5d4995d146eb62fd61fa7e4207dfcb1 /protocols/Tlen/src/version.h
parentcc3d5628fade322f81abad8715d3d2ab031bc8b6 (diff)
Tlen moved to deprecated (#1050)
Diffstat (limited to 'protocols/Tlen/src/version.h')
-rw-r--r--protocols/Tlen/src/version.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/protocols/Tlen/src/version.h b/protocols/Tlen/src/version.h
deleted file mode 100644
index ca7a54d409..0000000000
--- a/protocols/Tlen/src/version.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#define __MAJOR_VERSION 2
-#define __MINOR_VERSION 1
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
-
-#include <stdver.h>
-
-#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 "https://miranda-ng.org/p/Tlen/"
-#define __COPYRIGHT "© 2002-2012 Santithorn Bunchua, Piotr Piastucki"