comparison core/lib/Drupal.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 5fb285c0d0e3
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
79 class Drupal { 79 class Drupal {
80 80
81 /** 81 /**
82 * The current system version. 82 * The current system version.
83 */ 83 */
84 const VERSION = '8.4.2'; 84 const VERSION = '8.4.5';
85 85
86 /** 86 /**
87 * Core API compatibility. 87 * Core API compatibility.
88 */ 88 */
89 const CORE_COMPATIBILITY = '8.x'; 89 const CORE_COMPATIBILITY = '8.x';