Revert to dev

Signed-off-by: Martin Kopp <kopp05@infotech.ch>
This commit is contained in:
Martin Kopp 2024-04-02 18:00:17 +02:00
parent a7b4aecff8
commit 896fa4b553
No known key found for this signature in database
GPG Key ID: 8B7B8481AA0AD79D
2 changed files with 4 additions and 4 deletions

View File

@ -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.4-rc1</version>
<version>4.4.4-rc2-dev</version>
<creationDate>2024-04</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

View File

@ -66,7 +66,7 @@ final class Version
* @var string
* @since 3.8.0
*/
public const EXTRA_VERSION = 'rc1';
public const EXTRA_VERSION = 'rc2-dev';
/**
* Development status.
@ -74,7 +74,7 @@ final class Version
* @var string
* @since 3.5
*/
public const DEV_STATUS = 'Release Candidate';
public const DEV_STATUS = 'Development';
/**
* Code name.
@ -98,7 +98,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELTIME = '16:00';
public const RELTIME = '16:01';
/**
* Release timezone.