Skip to content

Commit

Permalink
Joomla! 5.0.0 Stable
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Leithner <[email protected]>
  • Loading branch information
HLeithner committed Oct 14, 2023
1 parent 806d266 commit 0e23b16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class HtmlView extends BaseHtmlView
*
* @var string The message
*
* @since __DEPLOY_VERSION__
* @since 4.4.0
*/
protected $reasonNoDownload = '';

Expand Down
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>5.0.0-rc3-dev</version>
<version>5.0.0</version>
<creationDate>2023-10</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 @@ -66,15 +66,15 @@ final class Version
* @var string
* @since 3.8.0
*/
public const EXTRA_VERSION = 'rc3-dev';
public const EXTRA_VERSION = '';

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

/**
* Code name.
Expand All @@ -90,15 +90,15 @@ final class Version
* @var string
* @since 3.5
*/
public const RELDATE = '10-October-2023';
public const RELDATE = '17-October-2023';

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

/**
* Release timezone.
Expand Down

0 comments on commit 0e23b16

Please sign in to comment.