Set version to 4.7.16
authorTim Otten <totten@civicrm.org>
Thu, 15 Dec 2016 16:31:34 +0000 (08:31 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 15 Dec 2016 16:31:34 +0000 (08:31 -0800)
CRM/Upgrade/Incremental/sql/4.7.16.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.16.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.16.mysql.tpl
new file mode 100644 (file)
index 0000000..c90c911
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.16 during upgrade *}
index 8153a861ca033eb696df53c6dd1bcc7eccfce8b3..d1e850595cf769f0cd8c47a9a2a14cdb05049ee2 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.15',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.16',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 640af6add73bacbb3dfadfb0ee8bdad3fb09a2ce..b7244caa0e13decc362d381332a38eda670efc6a 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.15</version_no>
+  <version_no>4.7.16</version_no>
 </version>