diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-05-23 10:45:48 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-05-23 10:45:48 +0000 |
commit | c857d7ad0ef6045ea344143825f23fa35157bf95 (patch) | |
tree | fac7a5ba5ab25340df8cea2558cea81ff68b481d /plugins/MenuItemEx/version.h | |
parent | 5089fce5325f76ffb41968eb86e44a54cb936e0f (diff) |
Updated MenuItemEx (changes from Robyer Mod)
git-svn-id: http://svn.miranda-ng.org/main/trunk@144 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MenuItemEx/version.h')
-rw-r--r-- | plugins/MenuItemEx/version.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/MenuItemEx/version.h b/plugins/MenuItemEx/version.h index 12596016db..b2860e5ad4 100644 --- a/plugins/MenuItemEx/version.h +++ b/plugins/MenuItemEx/version.h @@ -1,5 +1,5 @@ -#define __FILEVERSION_STRING 1,3,0,8
-#define __VERSION_STRING "1.3.0.8"
+#define __FILEVERSION_STRING 1,3,0,9
+#define __VERSION_STRING "1.3.0.9"
#define __VERSION_DWORD 0x01030008
#if defined (_WIN64)
@@ -19,9 +19,9 @@ #define __WEB "http://addons.miranda-im.org/details.php?action=viewfile&id="
#define __DESC "Adds some useful options to a contacts menu."
-#define __AUTHORS "Heiko Schillinger, Baloo, Billy_Bons"
-#define __EMAIL "micron@nexgo.de, baloo@bk.ru, tatarinov.sergey@gmail.com"
-#define __COPYRIGHTS "© 2001-03 Heiko Schillinger, © 2006-08 Baloo, © 2009-10 Billy_Bons"
+#define __AUTHORS "Heiko Schillinger, Baloo, Billy_Bons, Robert Posel"
+#define __EMAIL "micron@nexgo.de, baloo@bk.ru, tatarinov.sergey@gmail.com, robyer@seznam.cz"
+#define __COPYRIGHTS "© 2001-03 Heiko Schillinger, © 2006-08 Baloo, © 2009-10 Billy_Bons, © 2011-12 Robert Posel"
#ifdef _UNICODE
// {b1902a52-9114-4d7e-ac2e-b3a52e01d574}
|