comparison vendor/doctrine/common/lib/Doctrine/Common/Version.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
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
32 class Version 32 class Version
33 { 33 {
34 /** 34 /**
35 * Current Doctrine Version. 35 * Current Doctrine Version.
36 */ 36 */
37 const VERSION = '2.6.2-DEV'; 37 const VERSION = '2.7.3';
38 38
39 /** 39 /**
40 * Compares a Doctrine version with the current one. 40 * Compares a Doctrine version with the current one.
41 * 41 *
42 * @param string $version Doctrine version to compare. 42 * @param string $version Doctrine version to compare.