diff options
Diffstat (limited to 'plugins/SpellChecker/src/version_.h')
-rw-r--r-- | plugins/SpellChecker/src/version_.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/SpellChecker/src/version_.h b/plugins/SpellChecker/src/version_.h new file mode 100644 index 0000000000..176115164e --- /dev/null +++ b/plugins/SpellChecker/src/version_.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 2 +#define __RELEASE_NUM 6 +#define __BUILD_NUM 4 + +#include <stdver.h> + +#define __PLUGIN_NAME "Spell checker" +#define __FILENAME "SpellChecker.dll" +#define __DESCRIPTION "Spell checker for the message windows. Uses Hunspell to do the checking." +#define __AUTHOR "Ricardo Pescuma Domenecci, Wishmaster" +#define __AUTHOREMAIL "pescuma@miranda-im.org" +#define __AUTHORWEB "http://miranda-ng.org/p/SpellChecker/" +#define __COPYRIGHT "© 2006-2010 Ricardo Pescuma Domenecci" |