Update version to 4.6.6
authorCiviCRM <info@civicrm.org>
Thu, 16 Jul 2015 13:06:57 +0000 (06:06 -0700)
committerCiviCRM <info@civicrm.org>
Thu, 16 Jul 2015 13:06:57 +0000 (06:06 -0700)
CRM/Upgrade/Incremental/sql/4.6.6.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.6.6.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.6.6.mysql.tpl
new file mode 100644 (file)
index 0000000..32f4ceb
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.6.6 during upgrade *}
index 0bb416cc86f1b6576052cfb96fddf936c6757440..8a2bc4d9c79e330da0c313d4c48cd2295f60544f 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.5',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.6',1,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 7bc20d44906b3c71f8df44aaa5544ccf3ddeea4f..b97aba2245a924c98319d0c89eb9797e785943c8 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.6.5</version_no>
+  <version_no>4.6.6</version_no>
 </version>