Update version to 4.7.beta3
authorCiviCRM <info@civicrm.org>
Wed, 9 Dec 2015 08:42:57 +0000 (00:42 -0800)
committerCiviCRM <info@civicrm.org>
Wed, 9 Dec 2015 08:42:57 +0000 (00:42 -0800)
CRM/Upgrade/Incremental/sql/4.7.beta3.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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