From 9b9d9296c85e88d6ecb875d7e350e0083a105108 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 23 May 2010 15:26:38 +0000 Subject: Drupal 7.0-alpha5 --- CHANGELOG.txt | 2 +- includes/bootstrap.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1cff5f7db..839472e85 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ // $Id$ -Drupal 7.0, xxxx-xx-xx (development version) +Drupal 7.0, alpha 5, 2010-05-23 ---------------------- - Database: * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 8fc1e0754..53061c8b3 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -9,7 +9,7 @@ /** * The current system version. */ -define('VERSION', '7.0-dev'); +define('VERSION', '7.0-alpha5'); /** * Core API compatibility. -- cgit v1.2.3