Loading CHANGELOG.txt +1 −1 Original line number Diff line number Diff line // $Id$ Drupal 7.0, xxxx-xx-xx (development version) Drupal 7.0 beta 3, 2010-11-13 ---------------------- - Database: * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. Loading includes/bootstrap.inc +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ /** * The current system version. */ define('VERSION', '7.0-dev'); define('VERSION', '7.0-beta3'); /** * Core API compatibility. Loading Loading
CHANGELOG.txt +1 −1 Original line number Diff line number Diff line // $Id$ Drupal 7.0, xxxx-xx-xx (development version) Drupal 7.0 beta 3, 2010-11-13 ---------------------- - Database: * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. Loading
includes/bootstrap.inc +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ /** * The current system version. */ define('VERSION', '7.0-dev'); define('VERSION', '7.0-beta3'); /** * Core API compatibility. Loading