Set version to 5.37.beta1
authorCiviCRM <info@civicrm.org>
Thu, 8 Apr 2021 01:42:10 +0000 (01:42 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 8 Apr 2021 01:42:10 +0000 (01:42 +0000)
sql/civicrm_generated.mysql
sql/test_data_second_domain.mysql
xml/version.xml

index 7d3b00c0fe16f2252371c892f8f72d92d49f0360..73c72fbc2ca3abf9771683cbaced1ce13aee5b42 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.37.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.37.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 26492af54603a25cd9c1ce54d083d7353dfb1531..ad724d22ad478477c2e5e29f31bc2de98804d0d7 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.37.alpha1';
+UPDATE civicrm_domain SET version = '5.37.beta1';
index 601f2b4648f95379340ca6fb8843408a46af45f7..f4b85cfc3d88f2a01bf6e9e0fd24e869b202948e 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.37.alpha1</version_no>
+  <version_no>5.37.beta1</version_no>
 </version>