From 013aaaf2ff8d09eea7e5849497716bba9e58e4c0 Mon Sep 17 00:00:00 2001 From: Pantheon Automation Date: Tue, 1 Dec 2015 15:06:24 -0800 Subject: [PATCH] Release 8.0.0-p2. --- sites/default/settings.pantheon.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sites/default/settings.pantheon.php b/sites/default/settings.pantheon.php index 5c960beee..ed98cc92b 100644 --- a/sites/default/settings.pantheon.php +++ b/sites/default/settings.pantheon.php @@ -24,7 +24,9 @@ * release is made that includes changes to Pantheon files, but * not to any Drupal files. */ -define("PANTHEON_VERSION", "1"); +if (!defined("PANTHEON_VERSION")) { + define("PANTHEON_VERSION", "2"); +} /** * Set the default location for the 'private' directory. Note