Update version to 4.6.beta3
authorCiviCRM <info@civicrm.org>
Wed, 4 Mar 2015 15:07:32 +0000 (07:07 -0800)
committerCiviCRM <info@civicrm.org>
Wed, 4 Mar 2015 15:07:32 +0000 (07:07 -0800)
CRM/Upgrade/Incremental/sql/4.6.beta3.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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