Skip to content

Commit 5a00031

Browse files
committed
Tag 4.0.0 RC2
1 parent 12a74a3 commit 5a00031

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

administrator/components/com_finder/src/View/Index/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class HtmlView extends BaseHtmlView
6060
* The id of the content - finder plugin in mysql
6161
*
6262
* @var integer
63-
* @since __DEPLOY_VERSION__
63+
* @since 4.0.0
6464
*/
6565
protected $finderPluginId = 0;
6666

administrator/components/com_postinstall/src/Model/MessagesModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public function getItems()
194194
*
195195
* @return integer
196196
*
197-
* @since __DEPLOY_VERSION__
197+
* @since 4.0.0
198198
*/
199199
public function getItemsCount()
200200
{

administrator/manifests/files/joomla.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<authorUrl>www.joomla.org</authorUrl>
77
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>4.0.0-rc2-dev</version>
9+
<version>4.0.0-rc2</version>
1010
<creationDate>June 2021</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

components/com_tags/src/Service/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Router extends RouterBase
3131
*
3232
* @var DatabaseInterface
3333
*
34-
* @since __DEPLOY_VERSION__
34+
* @since 4.0.0
3535
*/
3636
private $db;
3737

libraries/src/Version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ final class Version
6161
* @var string
6262
* @since 3.8.0
6363
*/
64-
const EXTRA_VERSION = 'rc2-dev';
64+
const EXTRA_VERSION = 'rc2';
6565

6666
/**
6767
* Development status.
6868
*
6969
* @var string
7070
* @since 3.5
7171
*/
72-
const DEV_STATUS = 'Development';
72+
const DEV_STATUS = 'Release Candidate';
7373

7474
/**
7575
* Code name.
@@ -85,15 +85,15 @@ final class Version
8585
* @var string
8686
* @since 3.5
8787
*/
88-
const RELDATE = '1-June-2021';
88+
const RELDATE = '15-June-2021';
8989

9090
/**
9191
* Release time.
9292
*
9393
* @var string
9494
* @since 3.5
9595
*/
96-
const RELTIME = '20:47';
96+
const RELTIME = '16:02';
9797

9898
/**
9999
* Release timezone.

0 commit comments

Comments
 (0)