Update version to 4.3.7
authorCiviCRM <info@civicrm.org>
Wed, 25 Sep 2013 17:58:38 +0000 (10:58 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 25 Sep 2013 17:58:38 +0000 (10:58 -0700)
CRM/Upgrade/Incremental/sql/4.3.7.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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