Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 517)
+++ trunk/CHANGELOG	(revision 518)
@@ -11,6 +11,9 @@
 ! = Update/Change
 
 ------------------------------------- 2.7.0 -------------------------------------
+21-Sep-2007 Matthias Gallas
+#	Fixed a typo in /framework/frontend.functions.php cause that websites using
+	the new register_frontend_modifles() functions do not validate
 24-Jan-2007 Christian Sommer
 !	Replaced some core files to allow configuration of wbmailer via admin settings panel
 ------------------------------------- 2.6.7 -------------------------------------
Index: trunk/wb/admin/interface/version.php
===================================================================
--- trunk/wb/admin/interface/version.php	(revision 517)
+++ trunk/wb/admin/interface/version.php	(revision 518)
@@ -36,6 +36,6 @@
 	exit(0);
 }
 
-define('VERSION', '2.6.6');
+define('VERSION', '2.6.7');
 
 ?>
\ No newline at end of file
