Skip to content

Commit

Permalink
Revert to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
roland-d committed May 24, 2022
1 parent 8ac76ae commit 314aa77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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>4.2.0-alpha3-dev</version>
<version>4.2.0-beta1-dev</version>
<creationDate>2022-05</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

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

/**
* Development status.
Expand Down Expand Up @@ -95,7 +95,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '16:32';
const RELTIME = '16:45';

/**
* Release timezone.
Expand Down

3 comments on commit 314aa77

@richard67
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roland-d This commit was wrong because the version should be "4.2.0-beta2-dev" and not "4.2.0-beta1-dev" right now.

@roland-d
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@richard67 Somehow my changes were not all pushed. The correct commit is here: 0ef2ee2

This commit is correct because it was when we released alpha 3.

@richard67
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit is correct because it was when we released alpha 3.

Well I only saw it was the last commit of that kind, haven't checked the date.

And I had noticed that the filenames of the nightly builds had the wrong beta1-dev, too. Now we know they were build from an outdated 4.2-dev branch without your pushed changes.

Please sign in to comment.