29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-06 12:21:30 +00:00

Joomla! 4.4.4 Rc 2

This commit is contained in:
Martin Kopp 2024-04-09 21:23:46 +02:00
parent 6966a8c78d
commit 42cc96d2b6
No known key found for this signature in database
GPG Key ID: 8B7B8481AA0AD79D
2 changed files with 5 additions and 5 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-rc2-dev</version>
<version>4.4.4-rc2</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 = 'rc2-dev';
public const EXTRA_VERSION = 'rc2';
/**
* Development status.
@ -74,7 +74,7 @@ final class Version
* @var string
* @since 3.5
*/
public const DEV_STATUS = 'Development';
public const DEV_STATUS = 'Release Candidate';
/**
* Code name.
@ -90,7 +90,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELDATE = '2-April-2024';
public const RELDATE = '9-April-2024';
/**
* Release time.
@ -98,7 +98,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELTIME = '16:01';
public const RELTIME = '20:00';
/**
* Release timezone.