Update version to 4.6.11
authorCiviCRM <info@civicrm.org>
Wed, 4 Nov 2015 10:05:31 +0000 (02:05 -0800)
committerCiviCRM <info@civicrm.org>
Wed, 4 Nov 2015 10:05:31 +0000 (02:05 -0800)
CRM/Upgrade/Incremental/sql/4.6.11.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.6.11.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.6.11.mysql.tpl
new file mode 100644 (file)
index 0000000..14ccb97
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.6.11 during upgrade *}
index dc8128a2b323e202b9137932a1337c22a90447f2..2db28810d16e287c702988c45a515b6ebedef493 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.6.10',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.11',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 74c32361d2725b02a2ada981356f53cb8e0e39a9..68e642e5558820a9dfb90d94d80bf1d8d4bdb7ec 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.6.10</version_no>
+  <version_no>4.6.11</version_no>
 </version>