Update version to 4.7.beta4
authorCiviCRM <info@civicrm.org>
Wed, 16 Dec 2015 10:11:13 +0000 (02:11 -0800)
committerCiviCRM <info@civicrm.org>
Wed, 16 Dec 2015 10:11:13 +0000 (02:11 -0800)
CRM/Upgrade/Incremental/sql/4.7.beta4.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.beta4.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.beta4.mysql.tpl
new file mode 100644 (file)
index 0000000..2ef2e9e
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.beta4 during upgrade *}
index 7dbb2e16eba4f0a027fd72fbdad897afddd6a471..68f3ec75f9b11742148124572c3262238ef45730 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.beta3',1,NULL,NULL);
+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.beta4',1,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 6358b43d4c00e7a2a99fcbf56dc34c7e8d9e3adf..1760aac081297cd8a8e4cb62975ec58f02da8935 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.beta3</version_no>
+  <version_no>4.7.beta4</version_no>
 </version>