Skip to content
Snippets Groups Projects
Commit c511a4ab authored by Angie Byron's avatar Angie Byron
Browse files

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

parent e4be6454
No related branches found
Tags 8.x-1.0
No related merge requests found
// $Id$
Drupal 7.0, xxxx-xx-xx (development version)
----------------------
Drupal 7.0 alpha 1, 2010-01-15
------------------------------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
* Drupal now requires MySQL >= 5.0 or PostgreSQL >= 8.3.
......
......@@ -9,7 +9,7 @@
/**
* The current system version.
*/
define('VERSION', '7.0-dev');
define('VERSION', '7.0-alpha1');
/**
* Core API compatibility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment