From 424cc9bbb1f790b0f325067a6b3b29fd765c609e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 21 Feb 2010 18:10:31 +0000 Subject: [PATCH] Back to 7.0-dev --- CHANGELOG.txt | 2 +- includes/bootstrap.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6cee868181a..9ddb6240300 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ // $Id$ -Drupal 7.0 alpha 2, 2010-02-21 +Drupal 7.0, xxxx-xx-xx (development version) ---------------------- - Database: * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index c22744576e1..05a654bf15b 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -9,7 +9,7 @@ /** * The current system version. */ -define('VERSION', '7.0-alpha2'); +define('VERSION', '7.0-dev'); /** * Core API compatibility.