Skip to content

Commit 32f1809

Browse files
committed
reset back to dev
1 parent c80ab0e commit 32f1809

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.0.4-rc2-dev</version>
9+
<version>4.0.4-dev</version>
1010
<creationDate>October 2021</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
@@ -61,7 +61,7 @@ final class Version
6161
* @var string
6262
* @since 3.8.0
6363
*/
64-
const EXTRA_VERSION = 'rc2-dev';
64+
const EXTRA_VERSION = 'dev';
6565

6666
/**
6767
* Development status.
@@ -85,15 +85,15 @@ final class Version
8585
* @var string
8686
* @since 3.5
8787
*/
88-
const RELDATE = '17-October-2021';
88+
const RELDATE = '18-October-2021';
8989

9090
/**
9191
* Release time.
9292
*
9393
* @var string
9494
* @since 3.5
9595
*/
96-
const RELTIME = '18:47';
96+
const RELTIME = '19:03';
9797

9898
/**
9999
* Release timezone.

0 commit comments

Comments
 (0)