diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-07-03 09:08:35 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-07-03 09:08:35 +0000 |
commit | d7c51a9f51f08224ef91f89547b52dbf370a4bfd (patch) | |
tree | a9e38abdd0bd5c59d7bdb59d542de6d9f56a8c11 /TranslitSwitcher/Version.h | |
parent | 63d7c410aff770eb186460b9dcc2bba8f25acd3a (diff) |
TranslitSwitcher:
for history++, IEView and any popup plugins. Now you can convert layout of incoming messages. just select something from the log and press "Convert All" hotkey. you'll see a popup window with the desired result.
version bump
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@139 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'TranslitSwitcher/Version.h')
-rw-r--r-- | TranslitSwitcher/Version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TranslitSwitcher/Version.h b/TranslitSwitcher/Version.h index af7d272..794cba7 100644 --- a/TranslitSwitcher/Version.h +++ b/TranslitSwitcher/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 9
+#define __RELEASE_NUM 1
+#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
@@ -25,4 +25,4 @@ #define __AUTHOR "Mataes, tico-tico, Tim"
#define __AUTHOREMAIL "mataes2007@gmail.com"
#define __AUTHORWEB "http://mataes.googlecode.com/svn/Miranda/Plugins/TranslitSwitcher/"
-#define __COPYRIGHT "© 2010 Mataes, tico-tico © 2007 Dmitry Titkov"
+#define __COPYRIGHT "© 2011-2010 Mataes, tico-tico © 2007 Dmitry Titkov"
|