comparison core/lib/Drupal.php @ 15:e200cb7efeb3

Update Drupal core to 8.5.3 via Composer
author Chris Cannam
date Thu, 26 Apr 2018 11:26:54 +0100
parents 1fec387a4317
children c2387f117808
comparison
equal deleted inserted replaced
14:1fec387a4317 15:e200cb7efeb3
80 class Drupal { 80 class Drupal {
81 81
82 /** 82 /**
83 * The current system version. 83 * The current system version.
84 */ 84 */
85 const VERSION = '8.5.2'; 85 const VERSION = '8.5.3';
86 86
87 /** 87 /**
88 * Core API compatibility. 88 * Core API compatibility.
89 */ 89 */
90 const CORE_COMPATIBILITY = '8.x'; 90 const CORE_COMPATIBILITY = '8.x';