Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | e200cb7efeb3 |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
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.3'; | 85 const VERSION = '8.5.5'; |
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'; |