Release 8.0.0-p1. For more information, see https://github.com/pantheon-systems/drops-8/issues/114.
This commit is contained in:
parent
8a7f38efdd
commit
d0b212ae61
|
@ -12,6 +12,20 @@
|
||||||
* attempting to apply upstream updates.
|
* 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
|
* Set the default location for the 'private' directory. Note
|
||||||
* that this location is protected when running on the Pantheon
|
* that this location is protected when running on the Pantheon
|
||||||
|
|
Reference in a new issue