We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6adff commit b7d5d5aCopy full SHA for b7d5d5a
administrator/manifests/files/joomla.xml
@@ -6,7 +6,7 @@
6
<authorUrl>www.joomla.org</authorUrl>
7
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
8
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9
- <version>6.0.1-dev</version>
+ <version>6.0.1-rc3-dev</version>
10
<creationDate>2025-11</creationDate>
11
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
12
libraries/src/Version.php
@@ -66,7 +66,7 @@ final class Version
66
* @var string
67
* @since 3.8.0
68
*/
69
- public const EXTRA_VERSION = 'dev';
+ public const EXTRA_VERSION = 'rc3-dev';
70
71
/**
72
* Development status.
0 commit comments