Skip to content

Commit fefffc9

Browse files
committed
Reset to dev
1 parent 499864f commit fefffc9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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) 2005 - 2019 Open Source Matters. All rights reserved</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>3.9.9-rc</version>
9+
<version>3.9.9-dev</version>
1010
<creationDate>July 2019</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

libraries/src/Version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ final class Version
6060
* @var string
6161
* @since 3.8.0
6262
*/
63-
const EXTRA_VERSION = 'rc';
63+
const EXTRA_VERSION = 'dev';
6464

6565
/**
6666
* Release version.
@@ -78,15 +78,15 @@ final class Version
7878
* @since 3.5
7979
* @deprecated 4.0 Use separated version constants instead
8080
*/
81-
const DEV_LEVEL = '9-rc';
81+
const DEV_LEVEL = '9-dev';
8282

8383
/**
8484
* Development status.
8585
*
8686
* @var string
8787
* @since 3.5
8888
*/
89-
const DEV_STATUS = 'Release Candidate';
89+
const DEV_STATUS = 'Development';
9090

9191
/**
9292
* Build number.
@@ -119,7 +119,7 @@ final class Version
119119
* @var string
120120
* @since 3.5
121121
*/
122-
const RELTIME = '19:10';
122+
const RELTIME = '19:13';
123123

124124
/**
125125
* Release timezone.

0 commit comments

Comments
 (0)