Marking code as alpha 1 in preparation of the first alpha release of Drupal 7.

merge-requests/26/head 7.0-alpha1
Angie Byron 2010-01-15 14:35:08 +00:00
parent e4be6454e0
commit c511a4abe7
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// $Id$ // $Id$
Drupal 7.0, xxxx-xx-xx (development version) Drupal 7.0 alpha 1, 2010-01-15
---------------------- ------------------------------
- Database: - Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
* Drupal now requires MySQL >= 5.0 or PostgreSQL >= 8.3. * Drupal now requires MySQL >= 5.0 or PostgreSQL >= 8.3.

View File

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