From: CiviCRM Date: Thu, 7 Aug 2014 07:20:04 +0000 (+0530) Subject: version fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8661a786f8caf6675398072888b2c79b270cfd5e;p=civicrm-core.git version fixes --- diff --git a/CRM/Upgrade/Incremental/sql/4.5.beta6.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.beta6.mysql.tpl new file mode 100644 index 0000000000..6d58233b9a --- /dev/null +++ b/CRM/Upgrade/Incremental/sql/4.5.beta6.mysql.tpl @@ -0,0 +1 @@ +{* file to handle db changes in 4.5.beta6 during upgrade *} diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql index 28e22bbe4a..94cf858906 100644 --- a/sql/civicrm_generated.mysql +++ b/sql/civicrm_generated.mysql @@ -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.5.beta5',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.5.beta6',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 60a4725ea5..80820ca5ed 100644 --- a/xml/version.xml +++ b/xml/version.xml @@ -1,4 +1,4 @@ - 4.5.beta5 + 4.5.beta6