diff --git a/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php b/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php index 802c6effdcafe..73263d3b14c89 100644 --- a/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php +++ b/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php @@ -2034,7 +2034,7 @@ private function checkManifestXML(string $manifest, $packageName) * @return boolean True if update source is reset, false if reset failed with error, * null if no reset was necessary. * - * @since __DEPLOY_VERSION__ + * @since 5.1.2 */ public function resetUpdateSource() { diff --git a/administrator/manifests/files/joomla.xml b/administrator/manifests/files/joomla.xml index 4966c7a534d3d..896d1a329d7eb 100644 --- a/administrator/manifests/files/joomla.xml +++ b/administrator/manifests/files/joomla.xml @@ -6,7 +6,7 @@ www.joomla.org (C) 2019 Open Source Matters, Inc. GNU General Public License version 2 or later; see LICENSE.txt - 5.1.2-rc2-dev + 5.1.2-rc2 2024-07 FILES_JOOMLA_XML_DESCRIPTION diff --git a/libraries/src/Version.php b/libraries/src/Version.php index 84bbc593a0e0b..2a7e5203f217a 100644 --- a/libraries/src/Version.php +++ b/libraries/src/Version.php @@ -66,7 +66,7 @@ final class Version * @var string * @since 3.8.0 */ - public const EXTRA_VERSION = 'rc2-dev'; + public const EXTRA_VERSION = 'rc2'; /** * Development status. @@ -74,7 +74,7 @@ final class Version * @var string * @since 3.5 */ - public const DEV_STATUS = 'Development'; + public const DEV_STATUS = 'Release Candidate'; /** * Code name. @@ -90,7 +90,7 @@ final class Version * @var string * @since 3.5 */ - public const RELDATE = '4-July-2024'; + public const RELDATE = '8-July-2024'; /** * Release time. @@ -98,7 +98,7 @@ final class Version * @var string * @since 3.5 */ - public const RELTIME = '15:01'; + public const RELTIME = '09:00'; /** * Release timezone. diff --git a/package.json b/package.json index f31cb1d5dc615..9aa86dee5b15a 100644 --- a/package.json +++ b/package.json @@ -126,4 +126,4 @@ "stylelint-order": "^5.0.0", "stylelint-scss": "^4.7.0" } -} +} \ No newline at end of file