Merge pull request #16901 from eileenmcnaughton/settings
[civicrm-core.git] / xml / templates / civicrm_version.tpl
... / ...
CommitLineData
1<?php
2/**
3 * Get the CiviCRM version.
4 */
5function civicrmVersion( ) {ldelim}
6 return array( 'version' => '{$db_version}',
7 'cms' => '{$cms}', );
8{rdelim}