Set version to 5.10.1
authorCiviCRM <info@civicrm.org>
Tue, 12 Feb 2019 03:26:15 +0000 (03:26 +0000)
committerCiviCRM <info@civicrm.org>
Tue, 12 Feb 2019 03:26:15 +0000 (03:26 +0000)
CRM/Upgrade/Incremental/sql/5.10.1.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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