Skip to content

Commit

Permalink
Reset to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner committed Jul 3, 2019
1 parent 499864f commit fefffc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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) 2005 - 2019 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.9.9-rc</version>
<version>3.9.9-dev</version>
<creationDate>July 2019</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
8 changes: 4 additions & 4 deletions libraries/src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = 'rc';
const EXTRA_VERSION = 'dev';

/**
* Release version.
Expand All @@ -78,15 +78,15 @@ final class Version
* @since 3.5
* @deprecated 4.0 Use separated version constants instead
*/
const DEV_LEVEL = '9-rc';
const DEV_LEVEL = '9-dev';

/**
* Development status.
*
* @var string
* @since 3.5
*/
const DEV_STATUS = 'Release Candidate';
const DEV_STATUS = 'Development';

/**
* Build number.
Expand Down Expand Up @@ -119,7 +119,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '19:10';
const RELTIME = '19:13';

/**
* Release timezone.
Expand Down

0 comments on commit fefffc9

Please sign in to comment.