Update version to 4.4.5
authorCiviCRM <info@civicrm.org>
Thu, 6 Feb 2014 22:57:39 +0000 (14:57 -0800)
committerCiviCRM <info@civicrm.org>
Thu, 6 Feb 2014 22:57:39 +0000 (14:57 -0800)
CRM/Upgrade/Incremental/sql/4.4.5.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.4.5.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.5.mysql.tpl
new file mode 100644 (file)
index 0000000..d887e8b
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.4.5 during upgrade *}
index 0dce21950ec70021532791d037d2bee804d74e52..6cd457297ea00e818bf8cf3061c1d387a2abbabf 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.4',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.4.5',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 9f6156f74970ea5066f3e605dc476f02e9fc5547..154f8ea6358e60faf083774f4cc947cca7bb3f0b 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-    <version_no>4.4.4</version_no>
+    <version_no>4.4.5</version_no>
 </version>