Set version to 4.7.9
authorTim Otten <totten@civicrm.org>
Mon, 23 May 2016 19:32:45 +0000 (12:32 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 23 May 2016 19:32:45 +0000 (12:32 -0700)
CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl
new file mode 100644 (file)
index 0000000..bdd685c
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.9 during upgrade *}
index f9162022b48501f4b07c9cd50409deb25998186a..df274bd9db769d56bfdbb50234856560a1a97c0c 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.8',1,NULL,NULL);
+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.9',1,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 368c780c50c6e4c93e19f6902473877317107388..802839e7efe06b9783e57cff9f7c9af333853f36 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.8</version_no>
+  <version_no>4.7.9</version_no>
 </version>