From: CiviCRM Date: Wed, 28 Jan 2015 11:23:22 +0000 (-0800) Subject: Update version to 4.6.alpha5 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f3337aaeab808a06348db58aa6c09d492efb1ff8;p=civicrm-core.git Update version to 4.6.alpha5 --- diff --git a/CRM/Upgrade/Incremental/sql/4.6.alpha5.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.6.alpha5.mysql.tpl new file mode 100644 index 0000000000..f3920f0e57 --- /dev/null +++ b/CRM/Upgrade/Incremental/sql/4.6.alpha5.mysql.tpl @@ -0,0 +1 @@ +{* file to handle db changes in 4.6.alpha5 during upgrade *} diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql index 0b72363963..3ec87c67ec 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.6.alpha4',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.6.alpha5',1,NULL,NULL); /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */; UNLOCK TABLES; diff --git a/xml/version.xml b/xml/version.xml index 0f2d8ba763..40c0a68845 100644 --- a/xml/version.xml +++ b/xml/version.xml @@ -1,4 +1,4 @@ - 4.6.alpha4 + 4.6.alpha5