From 6d89b6043c333831aed709e6576fa7d6c247b2ff Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 3 Apr 2020 20:05:55 +0300 Subject: mTextControl moved to /libs --- libs/mTextControl/src/version.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libs/mTextControl/src/version.h (limited to 'libs/mTextControl/src/version.h') diff --git a/libs/mTextControl/src/version.h b/libs/mTextControl/src/version.h new file mode 100644 index 0000000000..adc2eb7523 --- /dev/null +++ b/libs/mTextControl/src/version.h @@ -0,0 +1,13 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 8 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 1 + +#include + +#define __PLUGIN_NAME "Miranda text control" +#define __FILENAME "mTextControl.dll" +#define __DESCRIPTION "Provides text render API for different plugins." +#define __AUTHOR "Merlin_de, Victor Pavlychko" +#define __AUTHORWEB "https://miranda-ng.org/p/mTextControl/" +#define __COPYRIGHT "© 2005-2006 Victor Pavlychko, 2010 Merlin_de" -- cgit v1.2.3