Update version to 4.7.4
authorCiviCRM <info@civicrm.org>
Wed, 2 Mar 2016 10:37:44 +0000 (02:37 -0800)
committerCiviCRM <info@civicrm.org>
Wed, 2 Mar 2016 10:37:44 +0000 (02:37 -0800)
CRM/Upgrade/Incremental/sql/4.7.4.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.4.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.4.mysql.tpl
new file mode 100644 (file)
index 0000000..1079b1a
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.4 during upgrade *}
index b91293128e463492c9f285a636199238e754dce3..868e1db248ba5b5148661c400f6475714e5bf09f 100644 (file)
@@ -399,7 +399,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.7.3',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.7.4',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index dd90fb5edae868608e91b559155e4a775367a0cf..2c7723c9014a35e043d71d42a7fff88387f9bbd1 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.3</version_no>
+  <version_no>4.7.4</version_no>
 </version>