Skip to content

Commit 9a1309c

Browse files
committed
Reset to dev
1 parent 79db83a commit 9a1309c

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>4.2.1-rc2</version>
9+
<version>4.2.1-rc3-dev</version>
1010
<creationDate>2022-08</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
@@ -62,15 +62,15 @@ final class Version
6262
* @var string
6363
* @since 3.8.0
6464
*/
65-
public const EXTRA_VERSION = 'rc2';
65+
public const EXTRA_VERSION = 'rc3-dev';
6666

6767
/**
6868
* Development status.
6969
*
7070
* @var string
7171
* @since 3.5
7272
*/
73-
public const DEV_STATUS = 'Release Candidate';
73+
public const DEV_STATUS = 'Development';
7474

7575
/**
7676
* Code name.
@@ -94,7 +94,7 @@ final class Version
9494
* @var string
9595
* @since 3.5
9696
*/
97-
public const RELTIME = '12:30';
97+
public const RELTIME = '12:39';
9898

9999
/**
100100
* Release timezone.

0 commit comments

Comments
 (0)