summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2016-02-03 11:28:36 -0500
committerDavid Rothstein <drothstein@gmail.com>2016-02-03 11:28:36 -0500
commitaaf2d59820d7daf70c3acdde20c0e13d618a4e07 (patch)
tree2b97fdea5a364b7abc6728fb364244c0a52cbc73
parent9ee4a1a2fa3bedb3852d21f2198509c107c48890 (diff)
downloadbrdo-aaf2d59820d7daf70c3acdde20c0e13d618a4e07.tar.gz
brdo-aaf2d59820d7daf70c3acdde20c0e13d618a4e07.tar.bz2
Back to 7.x-dev
-rw-r--r--CHANGELOG.txt3
-rw-r--r--includes/bootstrap.inc2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index aaa3f0811..42e5628e1 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,7 @@
+Drupal 7.43, xxxx-xx-xx (development version)
+-----------------------
+
Drupal 7.42, 2016-02-03
-----------------------
- Stopped invoking hook_flush_caches() on every cron run, since some modules
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index af88ffe4e..3dde2740c 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -8,7 +8,7 @@
/**
* The current system version.
*/
-define('VERSION', '7.42');
+define('VERSION', '7.43-dev');
/**
* Core API compatibility.