Update version to 4.7.0
authorCiviCRM <info@civicrm.org>
Wed, 20 Jan 2016 11:12:46 +0000 (03:12 -0800)
committerCiviCRM <info@civicrm.org>
Wed, 20 Jan 2016 11:12:46 +0000 (03:12 -0800)
CRM/Upgrade/Incremental/sql/4.7.0.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.0.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.0.mysql.tpl
new file mode 100644 (file)
index 0000000..6cc7c4d
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.0 during upgrade *}
index 4021e7bb0bc0f77f0291745ae28460d660dc7744..9918c6e71c8181f0619cfd2875a3b2bdf6b48a56 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`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'4.7.beta8',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.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 712000627a69efde463d3927772236d714b356a2..7cc895fe154b8988bcb1e368c9f53a6b803dc682 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.beta8</version_no>
+  <version_no>4.7.0</version_no>
 </version>