Set version to 5.26.0
authorTim Otten <totten@civicrm.org>
Thu, 4 Jun 2020 04:47:13 +0000 (21:47 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 4 Jun 2020 04:47:13 +0000 (21:47 -0700)
CRM/Upgrade/Incremental/sql/5.26.0.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/5.26.0.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.26.0.mysql.tpl
new file mode 100644 (file)
index 0000000..481ff00
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.26.0 during upgrade *}
index 4665f82a8fb51fe8b8c0a1b40b6c735b3843d23f..e16b4cfbf7a24fc6ad8394ac427c9c36db963376 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`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.26.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
+INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.26.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 7c0d97a8f457f48032f22352ff237ac90328ea4b..cf24245caa9a484da0642d22fc47e3ce698e0b97 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.26.beta1</version_no>
+  <version_no>5.26.0</version_no>
 </version>