Skip to content

Commit

Permalink
reset to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Aug 7, 2022
1 parent 164d39d commit cefa029
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) 2019 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.10.11-rc1</version>
<version>3.10.11-rc2-dev</version>
<creationDate>August 2022</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 = 'rc1';
const EXTRA_VERSION = 'rc2-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 = '11-rc1';
const DEV_LEVEL = '11-rc2-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:44';
const RELTIME = '19:55';

/**
* Release timezone.
Expand Down

0 comments on commit cefa029

Please sign in to comment.