Skip to content

Commit

Permalink
Reset to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jan 9, 2022
1 parent e59e606 commit a87fc9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion administrator/manifests/files/joomla.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>4.0.6-rc2</version>
<version>4.0.6-rc3-dev</version>
<creationDate>January 2022</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
6 changes: 3 additions & 3 deletions libraries/src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = 'rc2';
const EXTRA_VERSION = 'rc3-dev';

/**
* Development status.
*
* @var string
* @since 3.5
*/
const DEV_STATUS = 'Release Candidate';
const DEV_STATUS = 'Development';

/**
* Code name.
Expand All @@ -93,7 +93,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '00:06';
const RELTIME = '00:18';

/**
* Release timezone.
Expand Down

0 comments on commit a87fc9e

Please sign in to comment.