Update version to 4.6.beta4
authorCiviCRM <info@civicrm.org>
Wed, 11 Mar 2015 10:51:48 +0000 (03:51 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 11 Mar 2015 10:51:48 +0000 (03:51 -0700)
CRM/Upgrade/Incremental/sql/4.6.beta4.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.6.beta4.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.6.beta4.mysql.tpl
new file mode 100644 (file)
index 0000000..f053f96
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.6.beta4 during upgrade *}
index 6a3463832a49b81272f1af113752d91866106644..92ec37d619dc46fb914f05cb79044ba2a6430d9e 100644 (file)
@@ -391,7 +391,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.6.beta3',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.6.beta4',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 0b208260b2f14e027d917fa694c12d605a5d0462..d1dcb9b825c217eebf9ff1b9bac5b2b96ef5e9bb 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.6.beta3</version_no>
+  <version_no>4.6.beta4</version_no>
 </version>