From cf3ec0f337f96ddcfd73d4a4bd2cf1fadc932fb5 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 23 Dec 2010 10:11:33 +0000 Subject: Drupal 7.0-rc3 --- CHANGELOG.txt | 2 +- includes/bootstrap.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 362d17990..5ffd37555 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ // $Id$ -Drupal 7.0, xxxx-xx-xx (development version) +Drupal 7.0 rc3, 2010-12-23 ---------------------- - Database: * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index be0a471eb..131941bea 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-rc3'); /** * Core API compatibility. -- cgit v1.2.3