Mercurial > hg > cmmr2012-drupal-site
comparison vendor/doctrine/common/lib/Doctrine/Common/Version.php @ 2:5311817fb629
Theme updates
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 13:19:18 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
1:0b0e5f3b1e83 | 2:5311817fb629 |
---|---|
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. |