Update version to 4.7.6
authorCiviCRM <info@civicrm.org>
Wed, 6 Apr 2016 13:12:48 +0000 (06:12 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 6 Apr 2016 13:12:48 +0000 (06:12 -0700)
CRM/Upgrade/Incremental/sql/4.7.6.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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