Skip to content

Commit

Permalink
Reset back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Aug 19, 2019
1 parent bae4a83 commit 1f92efe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 - 2019 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>4.0.0-alpha11</version>
<version>4.0.0-alpha12-dev</version>
<creationDate>August 2019</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
2 changes: 1 addition & 1 deletion installation/src/Model/DatabaseModel.php
Expand Up @@ -929,7 +929,7 @@ protected function updateDates($db)
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function checkTestingSampledata($db)
{
Expand Down
8 changes: 4 additions & 4 deletions libraries/src/Version.php
Expand Up @@ -61,15 +61,15 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = 'alpha11';
const EXTRA_VERSION = 'alpha12-dev';

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

/**
* Code name.
Expand All @@ -85,15 +85,15 @@ final class Version
* @var string
* @since 3.5
*/
const RELDATE = '17-August-2019';
const RELDATE = '19-August-2019';

/**
* Release time.
*
* @var string
* @since 3.5
*/
const RELTIME = '12:58';
const RELTIME = '13:40';

/**
* Release timezone.
Expand Down

0 comments on commit 1f92efe

Please sign in to comment.