Update version to 4.4.7
authorCiviCRM <info@civicrm.org>
Wed, 2 Jul 2014 07:12:58 +0000 (00:12 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 2 Jul 2014 07:12:58 +0000 (00:12 -0700)
CRM/Upgrade/Incremental/sql/4.4.7.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.4.7.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.7.mysql.tpl
new file mode 100644 (file)
index 0000000..8d49b44
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.4.7 during upgrade *}
index 1b798c0645523a2d644ec72d1eee7ed5ec25f4d4..34efd3a673cdec40009da2c2ee1ce99a9a354883 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.6',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.7',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index b4d433948d432c11ab3dc731067ec054ffc89071..2410e0e62616963e495304edeaf28650842eacd2 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-    <version_no>4.4.6</version_no>
+    <version_no>4.4.7</version_no>
 </version>