From b793fc9eba00cd06de9ce7d3f7cebec96e29fbf9 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Wed, 5 Jan 2011 06:23:07 +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 e5685048550d..f8c6b2cdb51f 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,6 @@
 // $Id$
 
-Drupal 7.0, 2011-01-05
+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 be9813cc123c..1c13c6fa3179 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -9,7 +9,7 @@
 /**
  * The current system version.
  */
-define('VERSION', '7.0');
+define('VERSION', '7.0-dev');
 
 /**
  * Core API compatibility.
-- 
GitLab