From 381f7e46b0213a8d74341530ce1c4a5659e5c8d4 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 11 Dec 2010 20:59:12 +0000 Subject: Drupal 7.0-rc2 --- CHANGELOG.txt | 2 +- includes/bootstrap.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 362d17990..3eb50c4bc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ // $Id$ -Drupal 7.0, xxxx-xx-xx (development version) +Drupal 7.0 rc2, 2010-12-11 ---------------------- - Database: * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index c2c8e7eba..c317f740d 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-rc2'); /** * Core API compatibility. -- cgit v1.2.3