Skip to content

Commit 8c8273e

Browse files
committed
Revert to dev
1 parent b24431a commit 8c8273e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

administrator/manifests/files/joomla.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<authorUrl>www.joomla.org</authorUrl>
77
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>5.2.2-rc1</version>
9+
<version>5.2.2-dev</version>
1010
<creationDate>2024-11</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

libraries/src/Version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ final class Version
6666
* @var string
6767
* @since 3.8.0
6868
*/
69-
public const EXTRA_VERSION = 'rc1';
69+
public const EXTRA_VERSION = 'dev';
7070

7171
/**
7272
* Development status.
7373
*
7474
* @var string
7575
* @since 3.5
7676
*/
77-
public const DEV_STATUS = 'Release Candidate';
77+
public const DEV_STATUS = 'Development';
7878

7979
/**
8080
* Code name.
@@ -98,7 +98,7 @@ final class Version
9898
* @var string
9999
* @since 3.5
100100
*/
101-
public const RELTIME = '10:00';
101+
public const RELTIME = '10:01';
102102

103103
/**
104104
* Release timezone.

0 commit comments

Comments
 (0)