Skip to content

Commit

Permalink
Set version to 5.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CiviCRM committed Nov 7, 2024
1 parent 5d0e09d commit 399f9bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"5.79.beta1"
"5.79.0"
2 changes: 1 addition & 1 deletion sql/civicrm_generated.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -2969,7 +2969,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.79.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
(1,'Default Domain Name',NULL,'5.79.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down
2 changes: 1 addition & 1 deletion sql/test_data_second_domain.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -907,4 +907,4 @@ INSERT INTO civicrm_navigation
VALUES
( @domainID, CONCAT('civicrm/report/instance/', @instanceID,'&reset=1'), 'Mailing Detail Report', 'Mailing Detail Report', 'administer CiviMail', 'OR', @reportlastID, '1', NULL, @instanceID+2 );
UPDATE civicrm_report_instance SET navigation_id = LAST_INSERT_ID() WHERE id = @instanceID;
UPDATE civicrm_domain SET version = '5.79.beta1';
UPDATE civicrm_domain SET version = '5.79.0';
4 changes: 2 additions & 2 deletions xml/version.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<version>
<version_no>5.79.beta1</version_no>
<releaseDate>(unreleased)</releaseDate>
<version_no>5.79.0</version_no>
<releaseDate>2024-11-06</releaseDate>
</version>

0 comments on commit 399f9bd

Please sign in to comment.