Skip to content

Commit

Permalink
Revert to dev
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
  • Loading branch information
MacJoom committed Nov 18, 2023
1 parent 16681af commit b7c1fc9
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.4.1-rc1</version>
<version>4.4.1-rc2-dev</version>
<creationDate>2023-11</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 @@ -66,15 +66,15 @@ final class Version
* @var string
* @since 3.8.0
*/
public const EXTRA_VERSION = 'rc1';
public const EXTRA_VERSION = 'rc2-dev';

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

/**
* Code name.
Expand All @@ -98,7 +98,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELTIME = '16:00';
public const RELTIME = '16:01';

/**
* Release timezone.
Expand Down

0 comments on commit b7c1fc9

Please sign in to comment.