Back to 7.0-dev

merge-requests/26/head
Angie Byron 2010-10-23 05:32:22 +00:00
parent 237c0642a7
commit 95601106b2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// $Id$
Drupal 7.0 beta 2, 2010-10-22 (development version)
Drupal 7.0, xxxx-xx-xx (development version)
----------------------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.

View File

@ -9,7 +9,7 @@
/**
* The current system version.
*/
define('VERSION', '7.0-beta2');
define('VERSION', '7.0-dev');
/**
* Core API compatibility.