Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 2036)
+++ branches/2.8.x/CHANGELOG	(revision 2037)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+16 Dec-2013 Build 2037 Manuela v.d.Decken(DarkViper)
+! update version number of module FCK-Editor to 2.10.0
 16 Dec-2013 Build 2036 Manuela v.d.Decken(DarkViper)
 # script injection vulnerability fixed in fck-spellchecker
 16 Dec-2013 Build 2035 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 2036)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 2037)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.4');
-if(!defined('REVISION')) define('REVISION', '2036');
+if(!defined('REVISION')) define('REVISION', '2037');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/modules/fckeditor/info.php
===================================================================
--- branches/2.8.x/wb/modules/fckeditor/info.php	(revision 2036)
+++ branches/2.8.x/wb/modules/fckeditor/info.php	(revision 2037)
@@ -19,7 +19,7 @@
 $module_directory		= 'fckeditor';
 $module_name			= 'FCKeditor';
 $module_function		= 'WYSIWYG';
-$module_version			= '2.9.9';
+$module_version			= '2.10.0';
 $module_platform		= '2.8.4';
 $module_requirements    = 'PHP 5.2.2 or higher, WB 2.8.4 or higher';
 $module_author 			= 'Christian Sommer, P. Widlund, S. Braunewell, M. Gallas, Wouldlouper, Aldus, Luisehahne, M.v.d.Decken';
Index: branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about.html
===================================================================
--- branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about.html	(revision 2036)
+++ branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about.html	(revision 2037)
@@ -131,7 +131,7 @@
                 <td colspan="2" align="center" valign="middle">
 					<span fcklang="DlgAboutModule" style="font-size: 12px" dir="ltr">
                     Modified for WebsiteBaker Version 2.8.x and higher<br />Modulversion
-                    </span>2.9.8
+                    </span>2.10.0
                 </td>
             </tr>
 		</table>
