From 04ce5dcece1d888399281bdcec9fe1175329e568 Mon Sep 17 00:00:00 2001
From: David Rothstein <drothstein@gmail.com>
Date: Wed, 1 Aug 2012 12:33:18 -0400
Subject: [PATCH] Back to 7.x-dev

---
 CHANGELOG.txt          | 3 +++
 includes/bootstrap.inc | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 09662cf88055..ac15ca18d7f5 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,7 @@
 
+Drupal 7.16, xxxx-xx-xx (development version)
+-----------------------
+
 Drupal 7.15, 2012-08-01
 -----------------------
 - Introduced a 'user_password_reset_timeout' variable to allow the 24-hour
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index b868fd330e25..753ecea43d58 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -8,7 +8,7 @@
 /**
  * The current system version.
  */
-define('VERSION', '7.15');
+define('VERSION', '7.16-dev');
 
 /**
  * Core API compatibility.
-- 
GitLab