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