Update version to 4.3.6
authorCiviCRM <info@civicrm.org>
Tue, 9 Jul 2013 03:12:50 +0000 (20:12 -0700)
committerCiviCRM <info@civicrm.org>
Tue, 9 Jul 2013 03:12:50 +0000 (20:12 -0700)
CRM/Upgrade/Incremental/sql/4.3.6.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.3.6.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.3.6.mysql.tpl
new file mode 100644 (file)
index 0000000..d21b25f
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.3.6 during upgrade *}
index f9a96aa0086d29945a419fa30b647d7b9e7a99b5..685cc76168cf9f1f7144e3dc079ce3e3a18de47e 100644 (file)
@@ -392,7 +392,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.3.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.3.6',1,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 2c9c738f6f2e43daf3b7d37d11f2411ed2f3c8b7..c3a30df89c767a2e9c980c65a9fb46300a12f400 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-    <version_no>4.3.5</version_no>
+    <version_no>4.3.6</version_no>
 </version>