From 128e39ae7db0298102d48cdbbbba07f4584affd5 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Wed, 14 Oct 2015 19:34:41 -0400 Subject: 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 f75354e60..9243b96ea 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,7 @@ +Drupal 7.41, xxxx-xx-xx (development version) +----------------------- + Drupal 7.40, 2015-10-14 ----------------------- - Made Drupal's code for parsing .info files run much faster and use much less diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 3768a10a7..5f67243c3 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.40'); +define('VERSION', '7.41-dev'); /** * Core API compatibility. -- cgit v1.2.3