Skip to content

Commit

Permalink
Bump to 4.1.4-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
bembelimen committed May 18, 2022
1 parent dd25b96 commit 5fdd2ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.1.4-dev</version>
<version>4.1.4-rc1</version>
<creationDate>May 2022</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
8 changes: 4 additions & 4 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 = 'dev';
const EXTRA_VERSION = 'rc1';

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

/**
* Code name.
Expand All @@ -85,15 +85,15 @@ final class Version
* @var string
* @since 3.5
*/
const RELDATE = '10-May-2022';
const RELDATE = '18-May-2022';

/**
* Release time.
*
* @var string
* @since 3.5
*/
const RELTIME = '16:00';
const RELTIME = '22:00';

/**
* Release timezone.
Expand Down

0 comments on commit 5fdd2ef

Please sign in to comment.