Merge pull request #17130 from jitendrapurohit/mail-62
[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}