summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/Version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-17 16:15:51 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-17 16:15:51 +0000
commit2cb8a32203cf2ef237a30f0ffac8e64a9a495c48 (patch)
treeb36e7d6d86415b65bd91a0f359c10797ff43b2b1 /plugins/SpellChecker/Version.h
parent61138785bb35de7bbf7977dd41a91a206aff80b7 (diff)
cosmetic settings fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/Version.h')
-rw-r--r--plugins/SpellChecker/Version.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/SpellChecker/Version.h b/plugins/SpellChecker/Version.h
new file mode 100644
index 0000000000..a30cb4f177
--- /dev/null
+++ b/plugins/SpellChecker/Version.h
@@ -0,0 +1,20 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 2
+#define __RELEASE_NUM 6
+#define __BUILD_NUM 0
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
+
+#define __STRINGIFY_IMPL(x) #x
+#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
+#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
+
+#define __PLUGIN_NAME "Spell Checker"
+#define __INTERNAL_NAME "SpellChecker"
+#define __FILENAME "SpellChecker.dll"
+#define __DESCRIPTION "Spell checker for the message windows. Uses Hunspell to do the checking."
+#define __AUTHOR "Ricardo Pescuma Domenecci, FREAK_THEMIGHTY"
+#define __AUTHOREMAIL "pescuma@miranda-im.org"
+#define __AUTHORWEB "http://pescuma.org/miranda/spellchecker"
+#define __COPYRIGHT "© 2006-2010 Ricardo Pescuma Domenecci"