From d0b212ae61664149cc88375de8384716a32da84f Mon Sep 17 00:00:00 2001 From: Pantheon Automation Date: Tue, 1 Dec 2015 11:30:46 -0800 Subject: [PATCH] Release 8.0.0-p1. For more information, see https://github.com/pantheon-systems/drops-8/issues/114. --- sites/default/settings.pantheon.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/sites/default/settings.pantheon.php b/sites/default/settings.pantheon.php index 3f469a9e4..948c2e933 100644 --- a/sites/default/settings.pantheon.php +++ b/sites/default/settings.pantheon.php @@ -12,6 +12,20 @@ * attempting to apply upstream updates. */ +/** + * Version of Pantheon files. + * + * This is a monotonically-increasing sequence number that is + * incremented whenever a change is made to any Pantheon file. + * Not changed if Drupal core is updated without any change to + * any Pantheon file. + * + * The Pantheon version is included in the git tag only if a + * release is made that includes changes to Pantheon files, but + * not to any Drupal files. + */ +define("PANTHEON_VERSION", "1"); + /** * Set the default location for the 'private' directory. Note * that this location is protected when running on the Pantheon