From: CiviCRM Date: Thu, 4 Feb 2021 07:00:42 +0000 (+0000) Subject: Set version to 5.35.beta1 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dc5415a3e3057d09353bcaeb0ef34b7c7d6103f5;p=civicrm-core.git Set version to 5.35.beta1 --- diff --git a/CRM/Upgrade/Incremental/sql/5.35.beta1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.35.beta1.mysql.tpl new file mode 100644 index 0000000000..b68c9003fc --- /dev/null +++ b/CRM/Upgrade/Incremental/sql/5.35.beta1.mysql.tpl @@ -0,0 +1 @@ +{* file to handle db changes in 5.35.beta1 during upgrade *} diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql index 967c7cf2e5..d0268bc79e 100644 --- a/sql/civicrm_generated.mysql +++ b/sql/civicrm_generated.mysql @@ -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.35.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.35.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}'); /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */; UNLOCK TABLES; diff --git a/sql/test_data_second_domain.mysql b/sql/test_data_second_domain.mysql index a4bf3c274e..19b4f637f3 100644 --- a/sql/test_data_second_domain.mysql +++ b/sql/test_data_second_domain.mysql @@ -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.35.alpha1'; +UPDATE civicrm_domain SET version = '5.35.beta1'; diff --git a/xml/version.xml b/xml/version.xml index 5d6d583143..713fd7c296 100644 --- a/xml/version.xml +++ b/xml/version.xml @@ -1,4 +1,4 @@ - 5.35.alpha1 + 5.35.beta1