From 12d90034bd7c9883b721738f3cbf014363f01f53 Mon Sep 17 00:00:00 2001 From: CiviCRM Date: Wed, 6 Jan 2016 03:12:57 -0800 Subject: [PATCH] Update version to 4.7.beta7 --- CRM/Upgrade/Incremental/sql/4.7.beta7.mysql.tpl | 1 + sql/civicrm_generated.mysql | 2 +- xml/version.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 CRM/Upgrade/Incremental/sql/4.7.beta7.mysql.tpl diff --git a/CRM/Upgrade/Incremental/sql/4.7.beta7.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.beta7.mysql.tpl new file mode 100644 index 0000000000..ca0c8ef3e6 --- /dev/null +++ b/CRM/Upgrade/Incremental/sql/4.7.beta7.mysql.tpl @@ -0,0 +1 @@ +{* file to handle db changes in 4.7.beta7 during upgrade *} diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql index ad79161c09..a2fb6143d5 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`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'4.7.beta6',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}'); +INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'4.7.beta7',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}'); /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */; UNLOCK TABLES; diff --git a/xml/version.xml b/xml/version.xml index 2124a63d2c..b3cc2f9722 100644 --- a/xml/version.xml +++ b/xml/version.xml @@ -1,4 +1,4 @@ - 4.7.beta6 + 4.7.beta7 -- 2.25.1