From f6cd923ed7099e50bcbb0006d38c3b4a39215cb7 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 30 Dec 2010 04:36:53 +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 705d9b29a85..362d1799001 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ // $Id$ -Drupal 7.0-rc4, 2020-12-29 +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 b0dafa78ddc..8fe5beae5d1 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -9,7 +9,7 @@ /** * The current system version. */ -define('VERSION', '7.0-rc4'); +define('VERSION', '7.0-dev'); /** * Core API compatibility.