Update version to 4.4.3
authorCiviCRM <info@civicrm.org>
Thu, 21 Nov 2013 05:17:12 +0000 (21:17 -0800)
committerCiviCRM <info@civicrm.org>
Thu, 21 Nov 2013 05:17:12 +0000 (21:17 -0800)
CRM/Upgrade/Incremental/sql/4.4.3.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.4.3.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.3.mysql.tpl
new file mode 100644 (file)
index 0000000..3e398b2
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.4.3 during upgrade *}
index 7ec0f82784e3195d383be910c5a7f161fd125246..f537990716da61669beeb7621bb15d9a01fd45b2 100644 (file)
@@ -382,7 +382,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.4.2',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.4.3',1,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 17c2fc317ae6e0ba8551b34b75de8c41806e9dc7..59ff41c80bf7b725d4634dac8778a31cf9b28f79 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-    <version_no>4.4.2</version_no>
+    <version_no>4.4.3</version_no>
 </version>