Skip to content

Commit 416fdf3

Browse files
author
CiviCRM
committed
Set version to 5.2.0
1 parent aa530a8 commit 416fdf3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{* file to handle db changes in 5.2.0 during upgrade *}

sql/civicrm_generated.mysql

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ UNLOCK TABLES;
398398

399399
LOCK TABLES `civicrm_domain` WRITE;
400400
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
401-
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.2.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
401+
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.2.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
402402
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
403403
UNLOCK TABLES;
404404

xml/version.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="iso-8859-1" ?>
22
<version>
3-
<version_no>5.2.beta1</version_no>
3+
<version_no>5.2.0</version_no>
44
</version>

0 commit comments

Comments
 (0)