Drupal 7.0-alpha3

merge-requests/26/head 7.0-alpha3
Angie Byron 2010-03-21 16:51:26 +00:00
parent 1a33d02351
commit d516f6778e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// $Id$
Drupal 7.0, xxxx-xx-xx (development version)
Drupal 7.0 alpha 3, 2010-03-21
----------------------
- 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-dev');
define('VERSION', '7.0-alpha3');
/**
* Core API compatibility.