From 796d54c00b46cc1baf5ee7aed0cd13e5f208670d Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Mon, 26 Apr 2010 21:27:09 +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 594c2f5bfdbf..1cff5f7db98d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ // $Id$ -Drupal 7.0 alpha 4, 2010-04-26 +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 ea6ca76f08ec..f1d103329d26 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -9,7 +9,7 @@ /** * The current system version. */ -define('VERSION', '7.0-alpha4'); +define('VERSION', '7.0-dev'); /** * Core API compatibility. -- GitLab