Set version to 5.38.beta1
authorCiviCRM <info@civicrm.org>
Fri, 7 May 2021 02:28:08 +0000 (02:28 +0000)
committerCiviCRM <info@civicrm.org>
Fri, 7 May 2021 02:28:08 +0000 (02:28 +0000)
sql/civicrm_generated.mysql
sql/test_data_second_domain.mysql
xml/version.xml

index 10a92a8beeba98e067d90345688039851ae6c266..98f42d6529b2752f58e00f492d639f86820469f4 100644 (file)
@@ -399,7 +399,7 @@ UNLOCK TABLES;
 
 LOCK TABLES `civicrm_domain` WRITE;
 /*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
-INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.38.alpha1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
+INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.38.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 0c925938c8ebe1ed80e79afb12546e4572d35b8f..b7b66f3a3d14f18f7c017c2e5b3125aef8d96281 100644 (file)
@@ -963,4 +963,4 @@ INSERT INTO civicrm_navigation
 VALUES
     ( @domainID, CONCAT('civicrm/report/instance/', @instanceID,'&reset=1'), 'Mailing Detail Report', 'Mailing Detail Report', 'administer CiviMail', 'OR', @reportlastID, '1', NULL, @instanceID+2 );
 UPDATE civicrm_report_instance SET navigation_id = LAST_INSERT_ID() WHERE id = @instanceID;
-UPDATE civicrm_domain SET version = '5.38.alpha1';
+UPDATE civicrm_domain SET version = '5.38.beta1';
index d6eb79c8cf9da83a6c6e8e1438ee385c3c430b2a..4fb84318cd0537626c3cc0ec5ae23e209949a43d 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.38.alpha1</version_no>
+  <version_no>5.38.beta1</version_no>
 </version>