29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-28 16:13:42 +00:00

Tag stable

This commit is contained in:
wilsonge 2021-10-24 19:29:45 +01:00
parent 49a0482477
commit 287c34d834
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04
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.0.4-dev</version>
<version>4.0.4</version>
<creationDate>October 2021</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

View File

@ -61,7 +61,7 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = 'dev';
const EXTRA_VERSION = '';
/**
* Development status.
@ -69,7 +69,7 @@ final class Version
* @var string
* @since 3.5
*/
const DEV_STATUS = 'Development';
const DEV_STATUS = 'Stable';
/**
* Code name.
@ -85,7 +85,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELDATE = '18-October-2021';
const RELDATE = '24-October-2021';
/**
* Release time.
@ -93,7 +93,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '19:03';
const RELTIME = '19:25';
/**
* Release timezone.