Skip to content

Commit

Permalink
bump version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeutz committed Jan 18, 2017
1 parent 71a1c5e commit cdeee8b
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2005 - 2017 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.7.0-alpha2</version>
<version>3.7.0-beta1</version>
<creationDate>January 2017</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
6 changes: 3 additions & 3 deletions libraries/cms/version/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ final class JVersion
* @var string
* @since 3.5
*/
const DEV_LEVEL = '0-alpha2';
const DEV_LEVEL = '0-beta1';

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

/**
* Build number.
Expand Down Expand Up @@ -78,7 +78,7 @@ final class JVersion
* @var string
* @since 3.5
*/
const RELTIME = '19:23';
const RELTIME = '20:28';

/**
* Release timezone.
Expand Down

0 comments on commit cdeee8b

Please sign in to comment.