Back to 7.0-dev
parent
cf3ec0f337
commit
4abc1fbda7
|
@ -1,6 +1,6 @@
|
|||
// $Id$
|
||||
|
||||
Drupal 7.0 rc3, 2010-12-23
|
||||
Drupal 7.0, xxxx-xx-xx (development version)
|
||||
----------------------
|
||||
- Database:
|
||||
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
/**
|
||||
* The current system version.
|
||||
*/
|
||||
define('VERSION', '7.0-rc3');
|
||||
define('VERSION', '7.0-dev');
|
||||
|
||||
/**
|
||||
* Core API compatibility.
|
||||
|
|
Loading…
Reference in New Issue