Set version to 5.39.beta1
authorCiviCRM <info@civicrm.org>
Thu, 10 Jun 2021 04:53:32 +0000 (04:53 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 10 Jun 2021 04:53:32 +0000 (04:53 +0000)
sql/civicrm_generated.mysql
sql/test_data_second_domain.mysql
xml/version.xml

index fb604e85247ef542ab8d8c7f4d2ae4d55be175c6..6e6d78f7bb01830b6b511a7d15069115428a7fcf 100644 (file)
@@ -2852,7 +2852,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.39.alpha1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
+ (1,'Default Domain Name',NULL,'5.39.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 5409e5d3b48eece2c308e67d5663ad17d0851917..c30202181bca6880260fe1b2186df847e6e98c29 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.39.alpha1';
+UPDATE civicrm_domain SET version = '5.39.beta1';
index eeee96f726a7366986b1c152fbfc6c35016a47e8..38528843bea5b28459bcbf0cb9b4ef17547e1208 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.39.alpha1</version_no>
+  <version_no>5.39.beta1</version_no>
 </version>