diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-03 20:05:55 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-03 20:05:55 +0300 |
commit | 6d89b6043c333831aed709e6576fa7d6c247b2ff (patch) | |
tree | 47c6ce4712fc90b1daaed8e37a515f9bcffdcb02 /libs/mTextControl/src/version.h | |
parent | e3f92ff9b8922e06a717a84b76c4e43cbb165f28 (diff) |
mTextControl moved to /libs
Diffstat (limited to 'libs/mTextControl/src/version.h')
-rw-r--r-- | libs/mTextControl/src/version.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 <stdver.h> + +#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" |