Skip to content

Commit

Permalink
Reset for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed Apr 10, 2018
1 parent d8a87d1 commit b5b9d49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion administrator/manifests/files/joomla.xml
Expand Up @@ -6,7 +6,7 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2005 - 2018 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.8.7-rc</version>
<version>3.8.7-dev</version>
<creationDate>April 2018</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
6 changes: 3 additions & 3 deletions libraries/src/Version.php
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 = '7-rc';
const DEV_LEVEL = '7-dev';

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

/**
* Build number.
Expand Down

0 comments on commit b5b9d49

Please sign in to comment.