Set version to 5.25.0
authorTim Otten <totten@civicrm.org>
Thu, 7 May 2020 03:29:09 +0000 (20:29 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 7 May 2020 03:29:09 +0000 (20:29 -0700)
CRM/Upgrade/Incremental/sql/5.25.0.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/5.25.0.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.25.0.mysql.tpl
new file mode 100644 (file)
index 0000000..10ef3a0
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.25.0 during upgrade *}
index f7fcd718209b3bdd670deab7cdd2a8915d57fbc3..0f915b6c0ece0db6a5f3526740c56cacb8be9087 100644 (file)
@@ -398,7 +398,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.25.beta3',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.25.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 264bb2962c73f1ed31197e1947ad41ec51ba0388..a78ec418682c3c9ed4b9fbef602ba6c5d6054881 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.25.beta3</version_no>
+  <version_no>5.25.0</version_no>
 </version>