diff options
author | Dmitry Kuzkin <bio@ktaspb.ru> | 2012-07-06 13:58:41 +0000 |
---|---|---|
committer | Dmitry Kuzkin <bio@ktaspb.ru> | 2012-07-06 13:58:41 +0000 |
commit | e255337491b93977d00bd364d31ef943e821d22a (patch) | |
tree | 46e3f182fe9fa44657e02215b6c3459214b1811c /plugins/Console/version.h | |
parent | d4b95c46e963cf742adaad520f15af4bcd867e6d (diff) |
Compatibility fixes and small cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Console/version.h')
-rw-r--r-- | plugins/Console/version.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Console/version.h b/plugins/Console/version.h index a848f99fe5..c91b5628e0 100644 --- a/plugins/Console/version.h +++ b/plugins/Console/version.h @@ -22,16 +22,16 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#define __FILEVERSION_STRING 0,0,7,2
-#define __VERSION_STRING "0.0.7.2"
-#define __VERSION_DWORD 0x00000702
+#define __FILEVERSION_STRING 0,0,7,3
+#define __VERSION_STRING "0.0.7.3"
+#define __VERSION_DWORD 0x00000703
-#define __PLUGIN_DESC "Console log window for Miranda 0.8.0.3+"
+#define __PLUGIN_DESC "Console log window for Miranda"
#define __PLUGIN_LONGDESC __PLUGIN_DESC ". ["__DATE__" "__TIME__"]"
#define __PLUGIN_AUTHOR "Bio"
-#define __PLUGIN_EMAIL "bio@msx.ru"
-#define __PLUGIN_RIGHTS "© 2005-2009 Bio"
+#define __PLUGIN_EMAIL "bio@ktaspb.ru"
+#define __PLUGIN_RIGHTS "© 2005-2012 Bio"
#define __PLUGIN_FILE "Console.dll"
#define __PLUGIN_SHORTNAME "Console"
|