From e1ec72eab6d00b3ba38e5932bc88920f103b6e4a Mon Sep 17 00:00:00 2001 From: aunsane Date: Fri, 27 Apr 2018 21:33:17 +0300 Subject: Telegram: initial commit - tdlib moved to telegram dir --- protocols/Telegram/src/version.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 protocols/Telegram/src/version.h (limited to 'protocols/Telegram/src/version.h') diff --git a/protocols/Telegram/src/version.h b/protocols/Telegram/src/version.h new file mode 100644 index 0000000000..7c1421b41a --- /dev/null +++ b/protocols/Telegram/src/version.h @@ -0,0 +1,13 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 11 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 1 + +#include + +#define __PLUGIN_NAME "Telegram protocol" +#define __FILENAME "Telegram.dll" +#define __DESCRIPTION "Telegram protocol support for Miranda NG." +#define __AUTHOR "Miranda NG team" +#define __AUTHORWEB "https://miranda-ng.org/p/TelegramTox/" +#define __COPYRIGHT "© 2018 Miranda NG team" -- cgit v1.2.3