diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-20 17:20:04 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-20 17:20:04 +0000 |
commit | 761b24e09c32b49cabbebb97106da55459d112e7 (patch) | |
tree | e6e7bd081faf57cb4c96d425965ff29270552d44 /plugins/ChangeKeyboardLayout/src/commonheaders.h | |
parent | 29dd41bae794c4b40573e966afce96ed87615f02 (diff) |
version info standartization
git-svn-id: http://svn.miranda-ng.org/main/trunk@2000 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ChangeKeyboardLayout/src/commonheaders.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/src/commonheaders.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/ChangeKeyboardLayout/src/commonheaders.h b/plugins/ChangeKeyboardLayout/src/commonheaders.h index b772f9555e..27646be794 100644 --- a/plugins/ChangeKeyboardLayout/src/commonheaders.h +++ b/plugins/ChangeKeyboardLayout/src/commonheaders.h @@ -27,13 +27,11 @@ #include "options.h"
#include "hook_events.h"
#include "text_operations.h"
+#include "version.h"
-
-#define VERSION PLUGIN_MAKE_VERSION(0,0,1,5)
#define MaxTextSize 64000
#define ModuleName "ChangeKeyboardLayout"
-
// History++ API
#define MS_HPP_EG_WINDOW "History++/ExtGrid/NewWindow"
#define MS_HPP_EG_EVENT "History++/ExtGrid/Event"
|