Update version to 4.7.7
authorCiviCRM <info@civicrm.org>
Fri, 8 Apr 2016 01:33:00 +0000 (18:33 -0700)
committerCiviCRM <info@civicrm.org>
Fri, 8 Apr 2016 01:33:00 +0000 (18:33 -0700)
CRM/Upgrade/Incremental/sql/4.7.7.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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