Skip to content

Commit

Permalink
Joomla! 5.2.0 Alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pe7er committed May 27, 2024
1 parent 4c4f5b5 commit f29f97e
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>5.2.0-alpha1-dev</version>
<version>5.2.0-alpha1</version>
<creationDate>2024-05</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 = 'alpha1-dev';
public const EXTRA_VERSION = 'alpha1';

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

/**
* Code name.
Expand All @@ -90,7 +90,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELDATE = '27-May-2024';
public const RELDATE = '28-May-2024';

/**
* Release time.
Expand Down

0 comments on commit f29f97e

Please sign in to comment.